diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index b928a6ee..71f179e6 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -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": {