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": {
"type": "integer",
"type": "string",
"description": "",
"x-enumNames": [
"Adult",
@ -965,9 +965,9 @@
"Stranger"
],
"enum": [
0,
1,
2
"adult",
"child",
"stranger"
]
},
"NomaiTextType": {