David Griffon created UNOMI-654:
-----------------------------------
Summary: Update schema to support empty properties
Key: UNOMI-654
URL: https://issues.apache.org/jira/browse/UNOMI-654
Project: Apache Unomi
Issue Type: Bug
Reporter: David Griffon
As CustomItem (default implementation of Item) defines an empty list as
{{properties}} we need the schema to match it.
Add
{code}
"properties": {
"type": ["null", "object"]
}
{code}
to item json schema
--
This message was sent by Atlassian Jira
(v8.20.10#820010)