{
  "collectionName": "components_openingtimes",
  "info": {
    "displayName": "openingtimes",
    "description": "",
    "icon": "calendar"
  },
  "attributes": {
    "label": {
      "type": "string",
      "required": true,
      "default": "something"
    },
    "time": {
      "type": "string"
    },
    "dishrep": { "type": "component", "repeatable": true, "component": "default.dish" }
  }
}
