Skip to content

Commit e156b9d

Browse files
author
Johanna Hemminger
authored
Merge pull request mendix#5755 from mendix/jh-update-enum
Update enum
2 parents 0eac490 + be98eea commit e156b9d

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": ["cat", "dog", "ferret", "fish"] }` |
4646
| Hashed string | `{ "type": "string" }` |
4747
| Integer | `{ "type": "integer", "format": "int32" }` |
4848
| Long | `{ "type": "integer", "format": "int64" }` |

0 commit comments

Comments
 (0)