Censys · Schema

Ntrip

Ntrip schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
data_streams arraynull
server string
version string
View JSON Schema on GitHub

JSON Schema

platform-ntrip-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-ntrip-schema.json",
  "title": "Ntrip",
  "description": "Ntrip schema from Censys Platform API",
  "type": "object",
  "properties": {
    "data_streams": {
      "items": {
        "$ref": "#/components/schemas/Ntrip_DataStream"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "server": {
      "type": "string"
    },
    "version": {
      "type": "string"
    }
  },
  "additionalProperties": false
}