Merge remote-tracking branch 'origin/schema-integration' into schema-integration

This commit is contained in:
Ben C 2022-05-24 17:40:21 -04:00
commit d80b957d26

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": {