Skip to content

Measurement Vars

Lookup arrays for measurement type options, available in the Model Submission template. Expected to be used for select options.

See the select tag for more info.

ACCESS

Directly accessible in:

Model Submission

Example

json
"bust_sizes": [{ "value": null, "label": null }],
"chest_sizes": [{ "value": null, "label": null }],
"dress_sizes": [{ "value": null, "label": null }],
"ethnicities": [{ "id": 1, "name": null }],
"eye_colors": [{ "id": 1, "name": null }],
"genders": [{ "id": 1, "name": null }],
"hair_colors": [{ "id": 1, "name": null }],
"heights": [{ "value": "30.48", "label": "1' 0\" / 30 cm" }],
"hip_sizes": [{ "value": null, "label": null }],
"pants_sizes": [{ "value": null, "label": null }],
"shoe_sizes": [{ "value": null, "label": null }],
"suit_sizes": [{ "value": null, "label": null }],
"waist_sizes": [{ "value": null, "label": null }]

Variables

bust_sizes array
value string
label string
chest_sizes array
value string
label string
dress_sizes array
value string
label string
ethnicities array
id integer
name string
eye_colors array
id integer
name string
genders array
id integer
name string
hair_colors array
id integer
name string
heights array
value string
label string
hip_sizes array
value string
label string
pants_sizes array
value string
label string
shoe_sizes array
value string
label string
suit_sizes array
value string
label string
waist_sizes array
value string
label string