Type: string
Enumeration:
Value | Description | Reference |
---|---|---|
m |
male | /definitions/gender#m |
f |
female | /definitions/gender#f |
o |
other | /definitions/gender#o |
Type-Reference: /definitions/string
Schema:
{
"type": "string",
"enum": [
"m",
"f",
"o"
],
"enum-description": [
"male",
"female",
"other"
]
}