Re-introduce field title & description in referenced schemas.

This commit is contained in:
KtorZ
2023-03-11 11:41:15 +01:00
committed by Lucas
parent 45a463786f
commit ae981403c6
5 changed files with 34 additions and 5 deletions

View File

@@ -37,6 +37,7 @@
"index": 0,
"fields": [
{
"title": "owner",
"$ref": "#/definitions/ByteArray"
}
]
@@ -52,6 +53,7 @@
"index": 0,
"fields": [
{
"title": "msg",
"$ref": "#/definitions/ByteArray"
}
]