{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "The configuration of the production system", "description": "JSON Schema for a generic configuration. Matches any of the config schemas", "type": "object", "allOf": [ { "$ref": "https://aausmartproductionlab.github.io/AP2030-UNS/MQTTSchemas/data.schema.json" }, { "anyOf": [ { "$ref": "https://aausmartproductionlab.github.io/AP2030-UNS/MQTTSchemas/order.schema.json" }, { "$ref": "https://aausmartproductionlab.github.io/AP2030-UNS/MQTTSchemas/planarStations.schema.json" }, { "$ref": "https://aausmartproductionlab.github.io/AP2030-UNS/MQTTSchemas/planarLimits.schema.json" } ] } ] }