{
  "api": "personal-api",
  "version": "2026-09-03.1",
  "endpoint": "coffee-order",
  "visibility": "public",
  "updatedAt": "2026-09-03",
  "humanUrl": "https://aaronmakelky.com/tools/personal-api",
  "source": "src/data/personalApi.js",
  "summary": "A sugar-free breve, iced in summer if you want, and never after 1 p.m.",
  "data": {
    "default": "sugar-free breve",
    "seasonal": "can be iced in the summer",
    "hardRules": [
      "never after 1 p.m."
    ]
  },
  "dataSchema": {
    "type": "object",
    "additionalProperties": false,
    "required": [
      "default",
      "seasonal",
      "hardRules"
    ],
    "properties": {
      "default": {
        "type": "string"
      },
      "seasonal": {
        "type": "string"
      },
      "hardRules": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    }
  }
}