{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InvalidParameters", "title": "InvalidParameters", "description": "invalid parameters", "type": "array", "items": { "oneOf": [ { "$ref": "#/components/schemas/InvalidParameterStandard" }, { "$ref": "#/components/schemas/InvalidParameterMinimumLength" }, { "$ref": "#/components/schemas/InvalidParameterMaximumLength" }, { "$ref": "#/components/schemas/InvalidParameterChoiceItem" }, { "$ref": "#/components/schemas/InvalidParameterDependentItem" } ] }, "minItems": 1, "nullable": false, "uniqueItems": true }