Censys · JSON Structure

Asset Graph Ntrip Datastream Structure

Ntrip_DataStream schema from Asset Graph API

Type: object Properties: 18
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Ntrip_DataStream is a JSON Structure definition published by Censys, describing 18 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

authentication bitrate carrier_info caster_mount_point compression_or_encryption country_code data_format fee format_details generator latitude longitude misc nav_system network nmea solution source_identifier

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-ntrip-datastream-structure.json",
  "name": "Ntrip_DataStream",
  "description": "Ntrip_DataStream schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "authentication": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "bitrate": {
      "type": "int32",
      "minimum": 0
    },
    "carrier_info": {
      "type": "string"
    },
    "caster_mount_point": {
      "type": "string"
    },
    "compression_or_encryption": {
      "type": "string"
    },
    "country_code": {
      "type": "string"
    },
    "data_format": {
      "type": "string"
    },
    "fee": {
      "type": "boolean"
    },
    "format_details": {
      "type": "string"
    },
    "generator": {
      "type": "string"
    },
    "latitude": {
      "type": "string"
    },
    "longitude": {
      "type": "string"
    },
    "misc": {
      "type": "string"
    },
    "nav_system": {
      "type": "string"
    },
    "network": {
      "type": "string"
    },
    "nmea": {
      "type": "boolean"
    },
    "solution": {
      "type": "string"
    },
    "source_identifier": {
      "type": "string"
    }
  }
}