{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-routeupdated-schema.json", "title": "RouteUpdated", "description": "RouteUpdated schema from Censys Platform API", "type": "object", "properties": { "diff": { "additionalProperties": { "$ref": "#/components/schemas/FieldDiff" }, "type": "object" }, "route": { "$ref": "#/components/schemas/AutonomousSystem" } }, "additionalProperties": false }