{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DomainPage", "type": "object", "description": "A paginated list of domains.", "properties": { "data": { "type": "array", "description": "The list of domains." } } }