diff --git a/specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.1/FormRecognizer.json b/specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.1/FormRecognizer.json index 4d754745e1aa..5500a2faae85 100644 --- a/specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.1/FormRecognizer.json +++ b/specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.1/FormRecognizer.json @@ -2090,17 +2090,7 @@ ], "x-nullable": false }, - "valueGender": { - "description": "Gender value: M, F, or X.", - "type": "string", - "enum": [ - "M", - "F", - "X" - ], - "x-nullable": false - }, - "valueCountry": { + "valueCountryRegion": { "description": "3-letter country code (ISO 3166-1 alpha-3).", "type": "string", "x-nullable": false @@ -2145,8 +2135,7 @@ "array", "object", "selectionMark", - "gender", - "country" + "countryRegion" ], "x-ms-enum": { "name": "FieldValueType",