HomeDocumentaciónAPI EndpointsNovedadesComunidad
Log In
API Endpoints

Diccionario de errores de validación de esquemas

Códigos de error relacionados con validación de esquemas JSON

CódigoClaveMensaje (EN)
AP10068additionalPropertiesAdditional properties not allowed: {{additionalProperty}}
AP10080constValue must be equal to {{allowedValue}}
AP10081containsValue must contain {{containsValue}}
AP10086dependenciesDependency failed for property {{property}}
AP10088elseInvalid value
AP10079enumValue must be one of: {{allowedValues}}
AP10076exclusiveMaximumValue must be less than {{limit}}
AP10075exclusiveMinimumValue must be greater than {{limit}}
AP10070formatInvalid format value, expected: {{format}}
AP10085itemsInvalid item at index {{index}}
AP10074maximumValue must be less than or equal to {{limit}}
AP10084maxItemsArray must have at most {{limit}} items
AP10072maxLengthValue must be at most {{limit}} characters long
AP10073minimumValue must be greater than or equal to {{limit}}
AP10083minItemsArray must have at least {{limit}} items
AP10071minLengthValue must be at least {{limit}} characters long
AP10077multipleOfValue must be a multiple of {{multipleOf}}
AP10078patternValue must match the pattern {{pattern}}
AP10067requiredMissing required property, expected: {{missingProperty}}
AP10087thenInvalid value
AP10069typeInvalid type value, expected: {{type}}
AP10082uniqueItemsArray must have unique items
AP10000unknownUnknown type error