gotcha 0.3.0

Enhanced web framework built on top of Axum with OpenAPI, metrics, and configuration management
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "price": {
      "type": "string",
      "format": "decimal"
    },
    "discount": {
      "type": "string",
      "format": "decimal",
      "nullable": true
    }
  },
  "required": ["name", "price"]
}