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
Both old and new schemas should allow this input (as new_prop is not required) so I think BACKWARD should be supported:
{
"id": 1,
"new_prop": 2
}
When I try update I get the following:
{
"causes": [
{
"description": "OBJECT_TYPE_PROPERTY_SCHEMAS_NARROWED",
"context": "/propertySchemasAdded"
}
],
"detail": "RuleViolationException: Incompatible artifact: ac3442c0-4314-4770-92b2-5b33c73f0341 [JSON], num of incompatible diffs: {1}, list of diff types: [OBJECT_TYPE_PROPERTY_SCHEMAS_NARROWED at /propertySchemasAdded] Causes: OBJECT_TYPE_PROPERTY_SCHEMAS_NARROWED at /propertySchemasAdded",
"title": "Incompatible artifact: ac3442c0-4314-4770-92b2-5b33c73f0341 [JSON], num of incompatible diffs: {1}, list of diff types: [OBJECT_TYPE_PROPERTY_SCHEMAS_NARROWED at /propertySchemasAdded] Causes: OBJECT_TYPE_PROPERTY_SCHEMAS_NARROWED at /propertySchemasAdded",
"status": 409,
"name": "RuleViolationException"
}
The text was updated successfully, but these errors were encountered:
Old:
New:
I have Global Rules set as following:
Both old and new schemas should allow this input (as
new_prop
is not required) so I think BACKWARD should be supported:When I try update I get the following:
The text was updated successfully, but these errors were encountered: