diff --git a/Resources/Private/Schema/Validation.schema.yaml b/Resources/Private/Schema/Validation.schema.yaml new file mode 100644 index 0000000..088e51b --- /dev/null +++ b/Resources/Private/Schema/Validation.schema.yaml @@ -0,0 +1,11 @@ +type: dictionary +additionalProperties: + type: array + items: + type: dictionary + additionalProperties: false + # This validation sadly only hits the first level of validation, and options are not coverable with current validator + properties: + validator: {type: string, required: TRUE} + options: {type: dictionary, required: TRUE} + property: {type: string, required: FALSE}