You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"errorKey": "invalidData",
"objects": {
"validationReport": {
"validates": "false",
"warnings": [],
"errors": [
{
"message": "array is too short: must have at least 2 elements but instance has 1 elements",
"location": "/required",
"additionalInfo": {
"schemaFile": "#",
"schemaPointer": "/definitions/templateElementRequiredContent"
}
},
{
"message": "object has missing required properties (['@id'])",
"location": "/properties",
"additionalInfo": {
"schemaFile": "#",
"schemaPointer": "/definitions/templateElementPropertiesFieldContent"
}
}
]
}
},
"errorMessage": "array is too short: must have at least 2 elements but instance has 1 elements\nobject has missing required properties (['@id'])\n",
"parameters": {},
"errorReasonKey": "validationError",
"status": "BAD_REQUEST",
"statusCode": 400
}
I am editing an Element and added two class URI-s to the Element.
When I try to remove one of them and save the element and error happens
screencast-cedar.metadatacenter.org-2023.06.07-09_50_52.webm
Here's the specific error I received:
Here is the Element JSON Schema:
The text was updated successfully, but these errors were encountered: