Censys · JSON Structure

Asset Graph Chromecast Volume Structure

Chromecast_Volume schema from Asset Graph API

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

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

Properties

control_type level muted step_interval

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