Censys · Schema

Ipmi_Capabilities_CompletionCode

Ipmi_Capabilities_CompletionCode schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
name string The human-readable name of the code
raw integer The raw completion code
View JSON Schema on GitHub

JSON Schema

platform-ipmi-capabilities-completioncode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-ipmi-capabilities-completioncode-schema.json",
  "title": "Ipmi_Capabilities_CompletionCode",
  "description": "Ipmi_Capabilities_CompletionCode schema from Censys Platform API",
  "type": "object",
  "properties": {
    "name": {
      "description": "The human-readable name of the code",
      "type": "string"
    },
    "raw": {
      "description": "The raw completion code",
      "format": "int32",
      "type": "integer"
    }
  },
  "additionalProperties": false
}