Censys · JSON Structure

Asset Graph Errordetail Structure

ErrorDetail schema from Asset Graph API

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

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

Properties

location message value

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/asset-graph-errordetail-structure.json",
  "name": "ErrorDetail",
  "description": "ErrorDetail schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "location": {
      "type": "string",
      "description": "Where the error occurred, e.g. 'body.items[3].tags' or 'path.thing-id'"
    },
    "message": {
      "type": "string",
      "description": "Error message text"
    },
    "value": {
      "description": "The value at the given location"
    }
  }
}