openapi-parser icon indicating copy to clipboard operation
openapi-parser copied to clipboard

Handle more types

Open denouche opened this issue 6 years ago • 0 comments

For example the uint32 type give:

components:
  schemas:
    Address:
      type: object
      properties:
        exp:
          $ref: '#/components/schemas/uint32'

denouche avatar Feb 28 '18 15:02 denouche