Censys · Schema

Coap

Coap schema from Asset Graph API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
code string
message_id integer
message_type string
payload string
token string
version integer
View JSON Schema on GitHub

JSON Schema

asset-graph-coap-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/asset-graph-coap-schema.json",
  "title": "Coap",
  "description": "Coap schema from Asset Graph API",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message_id": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    },
    "message_type": {
      "type": "string"
    },
    "payload": {
      "format": "hex",
      "type": "string"
    },
    "token": {
      "format": "hex",
      "type": "string"
    },
    "version": {
      "format": "int32",
      "minimum": 0,
      "type": "integer"
    }
  },
  "additionalProperties": false
}