{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CustomDomainOnlinePropertyStatus", "title": "Custom Domain Online Property Status", "description": "Set of available statuses for the online properties of a custom domain.", "type": "string", "enum": [ "verified", "unverified" ], "readOnly": true, "x-speakeasy-unknown-values": "allow" }