{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Logical operators", "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/Logicals" }, { "$ref": "#/components/schemas/Parameter" } ] } }