{ "$schema": "http://json-schema.org/schema#", "type": "object", "properties": { "external": { "type": "boolean", "title": "Enable external Access" }, "size": { "type": "string", "title": "Disk Size" }, "replicas": { "type": "integer", "title": "Replicas" } } }