{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-extractedendpointdata-structure.json", "name": "ExtractedEndpointData", "description": "ExtractedEndpointData schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "analytics_services": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/ExtractedEndpointData_AnalyticsService" } }, "copyrights": { "type": [ "array", "null" ], "items": { "$ref": "#/components/schemas/ExtractedEndpointData_Copyright" } }, "ip_addresses": { "type": [ "array", "null" ], "items": { "type": "string" } }, "languages": { "type": [ "array", "null" ], "items": { "type": "string" } }, "links": { "type": [ "array", "null" ], "items": { "type": "string" } }, "mac_addresses": { "type": [ "array", "null" ], "items": { "type": "string" } } } }