We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efdff4 commit e936364Copy full SHA for e936364
openapi/src/test/groovy/io/micronaut/openapi/visitor/OpenApiPageSpec.groovy
@@ -85,7 +85,6 @@ class MyBean {}
85
sortOrderSchema.properties.ignoreCase
86
sortOrderSchema.properties.direction
87
sortOrderSchema.properties.property
88
- sortOrderSchema.properties.ascending
89
90
sortOrderDirectionSchema.enum[0] == 'ASC'
91
sortOrderDirectionSchema.enum[1] == 'DESC'
0 commit comments