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 c0bf54c commit 2b7102bCopy full SHA for 2b7102b
1 file changed
examples/axum-example/tests/snapshots/integration_test__openapi.snap
@@ -2416,15 +2416,15 @@ expression: "std::fs::read_to_string(\"openapi.json\").unwrap()"
2416
"memoComments": {
2417
"type": "array",
2418
"items": {
2419
- "$ref": "#/components/schemas/MemoResponseComments_Memo_comments"
+ "$ref": "#/components/schemas/MemoResponseComments_MemoComments"
2420
}
2421
2422
},
2423
"required": [
2424
"memoComments"
2425
]
2426
2427
- "MemoResponseComments_Memo_comments": {
+ "MemoResponseComments_MemoComments": {
2428
"type": "object",
2429
"properties": {
2430
"content": {
0 commit comments