Censys · Schema

MediaStreaming

MediaStreaming schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
non_aggregate_control boolean
rtp_multicast boolean
rtp_rtsp_tcp boolean
rtp_tcp boolean
View JSON Schema on GitHub

JSON Schema

platform-mediastreaming-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-mediastreaming-schema.json",
  "title": "MediaStreaming",
  "description": "MediaStreaming schema from Censys Platform API",
  "type": "object",
  "properties": {
    "non_aggregate_control": {
      "type": "boolean"
    },
    "rtp_multicast": {
      "type": "boolean"
    },
    "rtp_rtsp_tcp": {
      "type": "boolean"
    },
    "rtp_tcp": {
      "type": "boolean"
    }
  },
  "additionalProperties": false
}