{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "host": { "type": "string", "title": "Domain name for this kubernetes cluster", "description": "This host will be used for all apps deployed in this tenant" } } }