Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-24 21:18:47 +00:00
parent 9a322da79d
commit f8b64dcc52

View File

@ -957,7 +957,7 @@
} }
}, },
"NomaiTextArcType": { "NomaiTextArcType": {
"type": "integer", "type": "string",
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [
"Adult", "Adult",
@ -965,9 +965,9 @@
"Stranger" "Stranger"
], ],
"enum": [ "enum": [
0, "adult",
1, "child",
2 "stranger"
] ]
}, },
"NomaiTextType": { "NomaiTextType": {