openapi-client-generator 0.1.9

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

additionalProperties:
  type: string

description: >-
  Use metadata to store custom information for tagging and labeling back to your
  internal systems. Must be an object with up to 20 key-value pairs. Keys must
  be at most 40 characters and values must be at most 500 characters. Neither
  can contain the characters `"` and `\`. i.e. '{"customer_id" : "NEWYORK2015"}'
  Nested objects are not supported.  See [Metadata](#section/Metadata) for more information.

maxLength: 500

pattern: '[^"\\]{0,500}'