{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/apps/items/folder/folder.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/apps/items/folder/folder.schema.json",
  "title": "folder",
  "description": "Displays a folder in the menu",
  "type": "object",
  "allOf": [{"$ref": "https://schemas.apps.smartmate.io/apps/items/_base/base.schema.json"}],
  "properties": {
    "title": {},
    "items": {
      "type": "array",
      "items": {
        "$ref": "https://schemas.apps.smartmate.io/apps/items/item.schema.json"
      },
      "minItems": 1
    }
  },
  "required": ["title", "items"],
  "additionalProperties": false
}
