Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-spec / spec / response_RTK-STAT.json
Size: Mime:
{
  "type": "object",
  "properties": {
    "type": {
      "const": "RTK-STAT"
    },
    "antenna": {
      "$ref": "definitions.json#/antennaInformation"
    },
    "messages": {
      "type": "object",
      "additionalProperties": {
        "$ref": "definitions.json#/messageObservations"
      }
    },
    "cnr": {
      "type": "object",
      "additionalProperties": {
        "$ref": "definitions.json#/satelliteCNRs"
      }
    },
    "survey": {
      "$ref": "definitions.json#/surveyStatus"
    }
  },
  "required": ["antenna", "messages", "cnr", "survey"],
  "additionalProperties": false
}