{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-seed-structure.json", "name": "Seed", "description": "Seed schema from Asset Graph API", "type": "object", "required": [ "id" ], "additionalProperties": false, "properties": { "$schema": { "type": "uri", "description": "A URL to the JSON Schema for this object." }, "autonomous_system": { "type": "int32", "description": "Autonomous system number (ASN)", "minimum": 0 }, "business_organization": { "type": "string", "description": "Organization name" }, "certificate": { "type": "string", "description": "SHA-256 fingerprint of a certificate (hex-encoded)" }, "create_time": { "type": "string", "description": "RFC3339 creation timestamp" }, "domain": { "type": "string", "description": "Domain name" }, "host": { "type": "string", "description": "IP address of a host" }, "id": { "type": "string", "description": "Unique identifier for the seed" }, "netblock": { "type": "string", "description": "CIDR notation (e.g. 192.168.0.0/24)" }, "registrant_email": { "type": "string", "description": "Registrant email address" }, "registrant_organization": { "type": "string", "description": "Registrant organization name" }, "web_property": { "description": "Web property (hostname and port)", "$ref": "#/components/schemas/WebPropertyIdentifier" } } }