Coap schema from Asset Graph API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-coap-schema.json", "title": "Coap", "description": "Coap schema from Asset Graph API", "type": "object", "properties": { "code": { "type": "string" }, "message_id": { "format": "int32", "minimum": 0, "type": "integer" }, "message_type": { "type": "string" }, "payload": { "format": "hex", "type": "string" }, "token": { "format": "hex", "type": "string" }, "version": { "format": "int32", "minimum": 0, "type": "integer" } }, "additionalProperties": false }