Type: integer
Enumeration:
Value | Description | Reference |
---|---|---|
1 |
yes, regularly | /definitions/sport-habits#1 |
2 |
yes, rarely | /definitions/sport-habits#2 |
3 |
no | /definitions/sport-habits#3 |
Type-Reference: /definitions/integer
Schema:
{
"type": "integer",
"enum": [
1,
2,
3
],
"enum-description": [
"yes, regularly",
"yes, rarely",
"no"
]
}