Censys · Schema

Chromecast_Application

Chromecast_Application schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
app_id string
app_type string
display_name string
namespaces arraynull
session_id string
transport_id string
View JSON Schema on GitHub

JSON Schema

platform-chromecast-application-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-chromecast-application-schema.json",
  "title": "Chromecast_Application",
  "description": "Chromecast_Application schema from Censys Platform API",
  "type": "object",
  "properties": {
    "app_id": {
      "format": "utf8",
      "type": "string"
    },
    "app_type": {
      "format": "utf8",
      "type": "string"
    },
    "display_name": {
      "format": "utf8",
      "type": "string"
    },
    "namespaces": {
      "items": {
        "$ref": "#/components/schemas/Chromecast_Namespace"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "session_id": {
      "format": "utf8",
      "type": "string"
    },
    "transport_id": {
      "format": "utf8",
      "type": "string"
    }
  },
  "additionalProperties": false
}