{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-pcanywhere-schema.json", "title": "PcAnywhere", "description": "PcAnywhere schema from Asset Graph API", "type": "object", "properties": { "name": { "description": "Workstation Name, with padding bytes removed", "type": "string" }, "nr": { "description": "Full 'NR' query response", "type": "string" }, "status": { "$ref": "#/components/schemas/PcAnywhere_Status" } }, "additionalProperties": false }