{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-ipmi-capabilities-structure.json", "name": "Ipmi_Capabilities", "description": "Ipmi_Capabilities schema from Censys Platform API", "type": "object", "additionalProperties": false, "properties": { "auth_status": { "description": "The authentication status", "$ref": "#/components/schemas/Ipmi_Capabilities_AuthStatus" }, "channel_number": { "type": "int32", "description": "The response channel number" }, "completion_code": { "description": "The status code of the response", "$ref": "#/components/schemas/Ipmi_Capabilities_CompletionCode" }, "extended_capabilities": { "description": "Extended auth capabilities (if present)", "$ref": "#/components/schemas/Ipmi_Capabilities_ExtendedCapabilities" }, "oem_data": { "type": "int32", "description": "The OEM-specific data" }, "oem_id": { "type": "string", "description": "The 3-byte OEM identifier" }, "supported_auth_types": { "description": "The auth types supported by the server", "$ref": "#/components/schemas/Ipmi_Capabilities_SupportedAuthTypes" } } }