AP10068 | additionalProperties | Additional properties not allowed: {{additionalProperty}} |
AP10080 | const | Value must be equal to {{allowedValue}} |
AP10081 | contains | Value must contain {{containsValue}} |
AP10086 | dependencies | Dependency failed for property {{property}} |
AP10088 | else | Invalid value |
AP10079 | enum | Value must be one of: {{allowedValues}} |
AP10076 | exclusiveMaximum | Value must be less than {{limit}} |
AP10075 | exclusiveMinimum | Value must be greater than {{limit}} |
AP10070 | format | Invalid format value, expected: {{format}} |
AP10085 | items | Invalid item at index {{index}} |
AP10074 | maximum | Value must be less than or equal to {{limit}} |
AP10084 | maxItems | Array must have at most {{limit}} items |
AP10072 | maxLength | Value must be at most {{limit}} characters long |
AP10073 | minimum | Value must be greater than or equal to {{limit}} |
AP10083 | minItems | Array must have at least {{limit}} items |
AP10071 | minLength | Value must be at least {{limit}} characters long |
AP10077 | multipleOf | Value must be a multiple of {{multipleOf}} |
AP10078 | pattern | Value must match the pattern {{pattern}} |
AP10067 | required | Missing required property, expected: {{missingProperty}} |
AP10087 | then | Invalid value |
AP10069 | type | Invalid type value, expected: {{type}} |
AP10082 | uniqueItems | Array must have unique items |
AP10000 | unknown | Unknown type error |