autapi 0.0.1

Automatic OpenAPI specification from function signatures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: autapi/src/schema/impls/maps.rs
expression: "HashMap::<String, i64>::schema(&mut Registry::default())"
---
{
  "type": "object",
  "propertyNames": {
    "type": "string"
  },
  "additionalProperties": {
    "type": "integer",
    "format": "int64"
  }
}