Censys · JSON Structure

Platform Domainerror Structure

DomainError schema from Censys Platform API

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

DomainError 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

detail errors instance status title type

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-domainerror-structure.json",
  "name": "DomainError",
  "description": "DomainError schema from Censys Platform API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "detail": {
      "type": "string",
      "description": "A human-readable explanation specific to this occurrence of the problem."
    },
    "errors": {
      "type": [
        "array",
        "null"
      ],
      "description": "Optional list of individual error details",
      "items": {
        "$ref": "#/components/schemas/ErrorDetail"
      }
    },
    "instance": {
      "type": "uri",
      "description": "A URI reference that identifies the specific occurrence of the problem."
    },
    "status": {
      "type": "int64",
      "description": "HTTP status code"
    },
    "title": {
      "type": "string",
      "description": "A short, human-readable summary of the problem type. This value should not change between occurrences of the error."
    },
    "type": {
      "type": "uri",
      "description": "A URI reference to human-readable documentation for the error.",
      "default": "about:blank"
    }
  }
}