{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-extractedendpointdata-copyright-schema.json", "title": "ExtractedEndpointData_Copyright", "description": "ExtractedEndpointData_Copyright schema from Asset Graph API", "type": "object", "properties": { "end_year": { "format": "int32", "type": "integer" }, "holder": { "type": "string" }, "start_year": { "format": "int32", "type": "integer" }, "text": { "type": "string" } }, "additionalProperties": false }