{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-smb-headerlog-schema.json", "title": "Smb_HeaderLog", "description": "Smb_HeaderLog schema from Censys Platform API", "type": "object", "properties": { "command": { "format": "int32", "minimum": 0, "type": "integer" }, "credits": { "format": "int32", "minimum": 0, "type": "integer" }, "flags": { "format": "int32", "minimum": 0, "type": "integer" }, "protocol_id": { "format": "hex", "type": "string" }, "status": { "format": "int32", "minimum": 0, "type": "integer" } }, "additionalProperties": false }