Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Aug 23, 2024
1 parent 0268828 commit f58f687
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2812,19 +2812,19 @@ object OpenAPIGenSpec extends ZIOSpecDefault {
| "nestedOption" : {
| "$ref" : "#/components/schemas/Recursive"
| },
| "nestedMap" : {
| "type" : "object",
| "additionalProperties" : {
| "$ref" : "#/components/schemas/Recursive"
| }
| },
| "nestedList" : {
| "type" :
| "array",
| "items" : {
| "$ref" : "#/components/schemas/Recursive"
| }
| },
| "nestedMap" : {
| "type" : "object",
| "additionalProperties" : {
| "$ref" : "#/components/schemas/Recursive"
| }
| },
| "nestedOverAnother" : {
| "$ref" : "#/components/schemas/NestedRecursive"
| }
Expand Down

0 comments on commit f58f687

Please sign in to comment.