{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Domain", "type": "object", "properties": { "certificates": { "type": "array" }, "enabled": { "type": "boolean" }, "name": { "type": "string" } } }