gotcha 0.4.0

Enhanced web framework built on top of Axum with OpenAPI, metrics, and configuration management
Documentation
{
  "type": "object",
  "properties": {
    "page": {
      "type": "integer"
    },
    "size": {
      "type": "integer"
    },
    "option_string": {
      "type": "string",
      "nullable": true
    },
    "data": {
      "type": "array",
      "items": {
        "type": "integer"
      },
      "nullable": true
    }
  },
  "required": [
    "page",
    "size"
  ]
}