{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-pcanywhere-status-structure.json", "name": "PcAnywhere_Status", "description": "PcAnywhere_Status schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "in_use": { "type": "boolean", "description": "Workstation is In Use if true, Available if false" }, "raw": { "type": "string", "description": "Full 'ST' query response" } } }