{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-ipmi-commandpayload-packednetfn-logicalunitnumber-structure.json", "name": "Ipmi_CommandPayload_PackedNetFn_LogicalUnitNumber", "description": "Ipmi_CommandPayload_PackedNetFn_LogicalUnitNumber schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "name": { "type": "string", "description": "The human-readable name of the LUN" }, "raw": { "type": "int32", "description": "The value of the LUN (3 bits)" } } }