{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-stun-turn-allocateerrorresponse-structure.json", "name": "Stun_Turn_AllocateErrorResponse", "description": "Stun_Turn_AllocateErrorResponse schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "error_code": { "type": "int32" }, "error_reason": { "type": "string" }, "has_fingerprint": { "type": "boolean" }, "nonce": { "type": "string" }, "realm": { "type": "string" }, "software": { "type": "string" } } }