{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-ipmi-commandpayload-commandnumber-structure.json", "name": "Ipmi_CommandPayload_CommandNumber", "description": "Ipmi_CommandPayload_CommandNumber schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "The human-readable name of the cmd + NetFn" }, "raw": { "type": "int32", "description": "The raw value of the cmd value" } } }