{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/asset-graph-stun-turn-schema.json", "title": "Stun_Turn", "description": "Stun_Turn schema from Asset Graph API", "type": "object", "properties": { "allocate_error_response": { "$ref": "#/components/schemas/Stun_Turn_AllocateErrorResponse" }, "allocate_success_response": { "$ref": "#/components/schemas/Stun_Turn_AllocateSuccessResponse" }, "response_type": { "format": "int32", "minimum": 0, "type": "integer" }, "response_type_name": { "type": "string" } }, "additionalProperties": false }