Censys · Schema

Chromecast_Volume

Chromecast_Volume schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
control_type string
level number
muted boolean
step_interval object
View JSON Schema on GitHub

JSON Schema

asset-graph-chromecast-volume-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/asset-graph-chromecast-volume-schema.json",
  "title": "Chromecast_Volume",
  "description": "Chromecast_Volume schema from Asset Graph API",
  "type": "object",
  "properties": {
    "control_type": {
      "format": "utf8",
      "type": "string"
    },
    "level": {
      "format": "float",
      "type": "number"
    },
    "muted": {
      "type": "boolean"
    },
    "step_interval": {
      "$ref": "#/components/schemas/FloatValue"
    }
  },
  "additionalProperties": false
}