{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TestCustomDomainResponseContent", "title": "TestCustomDomainResponseContent", "type": "object", "additionalProperties": false, "required": [ "success" ], "properties": { "success": { "type": "boolean", "description": "Result of the operation." }, "message": { "type": "string", "description": "Message describing the operation status." } } }