{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pages_domains-post", "title": "pages_domains-post", "properties": { "name": { "example": "example.com", "type": "string" } }, "type": "object" }