Represents a verified domain associated with an organization.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Domain", "type": "object", "description": "Represents a verified domain associated with an organization.", "properties": { "id": { "type": "string", "description": "The unique identifier of the domain." }, "type": { "type": "string", "description": "The resource type." }, "attributes": { "type": "object", "description": "The attributes of the domain." } } }