2016-08-01 01:00:43 +02:00
|
|
|
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:
|
2017-03-13 17:00:13 +01:00
|
|
|
validator: {type: string, required: true}
|
|
|
|
options: {type: dictionary, required: true}
|
|
|
|
property: {type: string, required: false}
|