Skip to content

sample app to show, that SchemaProperty.array is ignored when generating open api docs.

Notifications You must be signed in to change notification settings

bernhardkern/springdoc-openapi-array-ignored

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample repository to demonstrate a bug in openApi generation in version "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0"

Start the application with:

gradle bootRun

Issue

The Schema of SampleApi → getSamplePaged → ApiResponses → ApiResponse → Content → Schema → SchemaProperties "item" is ignored

There should be a ref to "$ref": "#/components/schemas/PagedObject"

About

sample app to show, that SchemaProperty.array is ignored when generating open api docs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages