{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-stun-bindingsuccessresponse-structure.json", "name": "Stun_BindingSuccessResponse", "description": "Stun_BindingSuccessResponse schema from Asset Graph API", "type": "object", "additionalProperties": false, "properties": { "has_fingerprint": { "type": "boolean" }, "other_address": { "$ref": "#/components/schemas/Stun_MappedAddress" }, "software": { "type": "string" } } }