openapi-parser
openapi-parser copied to clipboard
Handle more types
For example the uint32 type give:
components:
schemas:
Address:
type: object
properties:
exp:
$ref: '#/components/schemas/uint32'