Skip to content

Instantly share code, notes, and snippets.

@rhamiltonsf
Last active September 20, 2021 22:13
Show Gist options
  • Save rhamiltonsf/187de3326342235d914080d5e4778e57 to your computer and use it in GitHub Desktop.
Save rhamiltonsf/187de3326342235d914080d5e4778e57 to your computer and use it in GitHub Desktop.
[spring/spring-boot] UNKOWN_BASE_TYPE error
openapi: 3.0.1
info:
title: Example API
version: '1.0'
paths:
/test:
post:
requestBody:
$ref: '#/components/requestBodies/setupReq'
responses:
'201':
description: ok
components:
requestBodies:
setupReq:
content:
application/json:
schema:
type: object
properties:
property:
type: string
@rhamiltonsf
Copy link
Author

Specification that reproduces issue in openapi-generator #10435.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment