Skip to content

Commit 7043b48

Browse files
authored
[Form Recognizer v2.1] Updating Gender and Country fields following CELA (Azure#14228)
review
1 parent e34c5f1 commit 7043b48

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

specification/cognitiveservices/data-plane/FormRecognizer/stable/v2.1/FormRecognizer.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,17 +2090,7 @@
20902090
],
20912091
"x-nullable": false
20922092
},
2093-
"valueGender": {
2094-
"description": "Gender value: M, F, or X.",
2095-
"type": "string",
2096-
"enum": [
2097-
"M",
2098-
"F",
2099-
"X"
2100-
],
2101-
"x-nullable": false
2102-
},
2103-
"valueCountry": {
2093+
"valueCountryRegion": {
21042094
"description": "3-letter country code (ISO 3166-1 alpha-3).",
21052095
"type": "string",
21062096
"x-nullable": false
@@ -2145,8 +2135,7 @@
21452135
"array",
21462136
"object",
21472137
"selectionMark",
2148-
"gender",
2149-
"country"
2138+
"countryRegion"
21502139
],
21512140
"x-ms-enum": {
21522141
"name": "FieldValueType",

0 commit comments

Comments
 (0)