Censys · JSON Structure

Platform Mediacapabilities Structure

MediaCapabilities schema from Censys Platform API

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

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

Properties

osd profile rotation snapshot_uri streaming video_source_mode

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/platform-mediacapabilities-structure.json",
  "name": "MediaCapabilities",
  "description": "MediaCapabilities schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "osd": {
      "type": "boolean"
    },
    "profile": {
      "$ref": "#/components/schemas/MediaProfile"
    },
    "rotation": {
      "type": "boolean"
    },
    "snapshot_uri": {
      "type": "boolean"
    },
    "streaming": {
      "$ref": "#/components/schemas/MediaStreaming"
    },
    "video_source_mode": {
      "type": "boolean"
    }
  }
}