{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TrunkFQDNValidatePost", "title": "TrunkFQDNValidatePost", "type": "object", "properties": { "address": { "type": "string", "example": "lgw1.london", "description": "FQDN or SRV address of the trunk." }, "domain": { "type": "string", "example": "acme.corp", "description": "Domain name of the trunk." }, "port": { "type": "number", "example": 5000, "description": "FQDN port of the trunk." } } }