Censys · JSON Structure

Asset Graph Createassetgraphinputbody Structure

CreateAssetGraphInputBody schema from Asset Graph API

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

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

Properties

$schema description name

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-createassetgraphinputbody-structure.json",
  "name": "CreateAssetGraphInputBody",
  "description": "CreateAssetGraphInputBody schema from Asset Graph API",
  "type": "object",
  "required": [
    "name"
  ],
  "additionalProperties": false,
  "properties": {
    "$schema": {
      "type": "uri",
      "description": "A URL to the JSON Schema for this object."
    },
    "description": {
      "type": "string",
      "description": "Optional description",
      "maxLength": 1024
    },
    "name": {
      "type": "string",
      "description": "User-defined name for this asset graph",
      "maxLength": 256
    }
  }
}