blob: 3ae685a1e0781502ed76c7b54d7318ae7964375e [file] [log] [blame]
{
"$id": "https://unomi.apache.org/schemas/json/customitem/1-0-0",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"title": "CustomItem",
"type": "object",
"allOf": [
{
"$ref": "https://unomi.apache.org/schemas/json/item/1-0-0"
}
],
"properties": {
"customItemType" : {
"type" : "string"
},
"properties" : {
"type" : "object",
"maxProperties": 50
}
}
}