{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Domain", "title": "Domain", "type": "object", "required": [ "domain" ], "properties": { "domain": { "type": "string", "example": "cisco.com", "description": "A valid domain name that is already verified by the organization." } } }