{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-chromecast-application-structure.json", "name": "Chromecast_Application", "description": "Chromecast_Application schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "app_id": { "type": "string" }, "app_type": { "type": "string" }, "display_name": { "type": "string" }, "namespaces": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/Chromecast_Namespace" } }, "session_id": { "type": "string" }, "transport_id": { "type": "string" } } }