{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DomainOwnershipIdentifierResult", "title": "DomainOwnershipIdentifierResult", "type": "object", "properties": { "domainOwnershipIdentifier": { "type": "string", "example": "abc123def456ghi789" } } }