{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/apps/items/_base/base.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/apps/items/_base/base.schema.json",
  "type": "object",
  "title": "_base",
  "description": "Common item attributes",
  "properties": {
    "title": {
      "description": "Title to display in the menu"
    }
  },
  "required": ["title"]
}
