Censys · JSON Structure

Platform Coap Structure

Coap schema from Censys Platform API

Type: object Properties: 6
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Coap is a JSON Structure definition published by Censys, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

code message_id message_type payload token version

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/platform-coap-structure.json",
  "name": "Coap",
  "description": "Coap schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "code": {
      "type": "string"
    },
    "message_id": {
      "type": "int32",
      "minimum": 0
    },
    "message_type": {
      "type": "string"
    },
    "payload": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "version": {
      "type": "int32",
      "minimum": 0
    }
  }
}