Skip to content

Commit 4eaa614

Browse files
author
Johanna Hemminger
authored
Update enum
1 parent 0eac490 commit 4eaa614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/modeling/integration/published-rest-services/published-rest-technical-details/published-rest-service-json-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The schema of an attribute depends on the attribute type:
4242
| Boolean | `{ "type": "boolean" }` |
4343
| Date and time | `{ "type": "string", "format": "date-time" }` |
4444
| Decimal | `{ "type": "number" }` |
45-
| Enumeration | `{ "type": "string", "enum": ["Male", "Female"] }` |
45+
| Enumeration | `{ "type": "string", "enum": ["Female", "Male", "Non-Binary", "Unlisted"] }` |
4646
| Hashed string | `{ "type": "string" }` |
4747
| Integer | `{ "type": "integer", "format": "int32" }` |
4848
| Long | `{ "type": "integer", "format": "int64" }` |

0 commit comments

Comments
 (0)