Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Oct 9, 2024
1 parent 1e779a2 commit edf1431
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions tests/Transformer/openapi/expect/00_openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,20 @@
},
"components": {
"schemas": {
"Inline0062e6f7": {
"type": "struct",
"properties": {
"id": {
"type": "integer"
},
"name": {
"type": "string"
},
"tag": {
"type": "string"
}
}
},
"Pet": {
"type": "struct",
"properties": {
Expand All @@ -161,13 +175,31 @@
}
}
},
"Inlined62a5ccb": {
"type": "array",
"schema": {
"type": "reference",
"target": "Pet"
}
},
"Pets": {
"type": "array",
"schema": {
"type": "reference",
"target": "Pet"
}
},
"Inlinee870fe0d": {
"type": "struct",
"properties": {
"code": {
"type": "integer"
},
"message": {
"type": "string"
}
}
},
"Error": {
"type": "struct",
"properties": {
Expand Down

0 comments on commit edf1431

Please sign in to comment.