{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-stun-bindingsuccessresponse-schema.json", "title": "Stun_BindingSuccessResponse", "description": "Stun_BindingSuccessResponse schema from Censys Platform API", "type": "object", "properties": { "has_fingerprint": { "type": "boolean" }, "other_address": { "$ref": "#/components/schemas/Stun_MappedAddress" }, "software": { "type": "string" } }, "additionalProperties": false }