openapi_type 0.6.0

OpenAPI type information for Rust structs and enums
Documentation
1
2
3
4
5
6
7
8
9
10
11
properties:
  foo:
    type: string
  bar:
    type: integer
    minimum: 0
    format: int64
type: object
required:
  - bar
title: FooBar