Appearance
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 SubmissionExample
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
arrayvalue
stringlabel
stringchest_sizes
arrayvalue
stringlabel
stringdress_sizes
arrayvalue
stringlabel
stringethnicities
arrayid
integername
stringeye_colors
arrayid
integername
stringgenders
arrayid
integername
stringhair_colors
arrayid
integername
stringheights
arrayvalue
stringlabel
stringhip_sizes
arrayvalue
stringlabel
stringpants_sizes
arrayvalue
stringlabel
stringshoe_sizes
arrayvalue
stringlabel
stringsuit_sizes
arrayvalue
stringlabel
stringwaist_sizes
arrayvalue
stringlabel
string