{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/apps/items/item.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/apps/items/item.schema.json",
  "type": "object",
  "title": "item",
  "description": "An item to be displayed in the app menu",
  "anyOf": [
    { "$ref": "https://schemas.apps.smartmate.io/apps/items/folder/folder.schema.json" },
    { "$ref": "https://schemas.apps.smartmate.io/apps/items/table/table.schema.json" }
  ]
}
