{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-bacnet-schema.json", "title": "Bacnet", "description": "Bacnet schema from Censys Platform API", "type": "object", "properties": { "application_software_revision": { "type": "string" }, "description": { "type": "string" }, "firmware_revision": { "type": "string" }, "instance_number": { "format": "int32", "minimum": 0, "type": "integer" }, "location": { "type": "string" }, "model_name": { "type": "string" }, "object_name": { "type": "string" }, "vendor_id": { "format": "int32", "minimum": 0, "type": "integer" }, "vendor_name": { "type": "string" } }, "additionalProperties": false }