openapi-client-generator 0.1.2

Generates a client library based on an OpenAPI spec.
1
2
3
4
5
6
7
8
9
10
11
type: object

required:
  - zip_code

properties:
  zip_code:
    type: string
    description: A 5-digit ZIP code.
    pattern: '^\d{5}$'
    example: "94107"