Censys · JSON Structure

Asset Graph Chromecast Structure

Chromecast schema from Asset Graph API

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

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

Properties

applications icon_url is_active_input protocol_version status_text universal_app_id volume

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-chromecast-structure.json",
  "name": "Chromecast",
  "description": "Chromecast schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "applications": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/Chromecast_Application"
      }
    },
    "icon_url": {
      "type": "string"
    },
    "is_active_input": {
      "type": "boolean"
    },
    "protocol_version": {
      "type": "int32"
    },
    "status_text": {
      "type": "string"
    },
    "universal_app_id": {
      "type": "string"
    },
    "volume": {
      "$ref": "#/components/schemas/Chromecast_Volume"
    }
  }
}