{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "appConfig": { "$ref": "../shared.schema.json" }, "replicas": { "type": "integer", "minimum": 1 } }, "required": ["appConfig", "replicas"] }