{
  "label": "Meal threshold",
  "description": "The number of meals that will cause a cat some mild discomfort",
  "schema": {
    "properties": {
      "value": {
        "type": "number",
        "default": 3
      }
    },
    "required": ["value"]
  }
}