PopulationRequestNonUS
Age object
anyOf
- integer[]
- null
Array [
integer
]
Education_Level object
anyOf
- string[]
- null
Array [
string
]
Gender object
anyOf
- string[]
- null
Array [
string
]
Home_Ownership object
anyOf
- string[]
- null
Array [
string
]
Household_Size object
anyOf
- string[]
- null
Array [
string
]
Household_with_Children object
anyOf
- string[]
- null
Array [
string
]
PopulationRequestNonUS
{
"Age": [
18,
92
],
"Education_Level": [
"Masters",
"Bachelors",
"Some College",
"PhD",
"High School but no diploma",
"High School Diploma",
"Associates",
"Less than high school"
],
"Gender": [
"Female",
"Male"
],
"Home_Ownership": [
"Own",
"Rent"
],
"Household_Size": [
"4",
"2",
"1",
"3",
"More than 4 people"
],
"Household_with_Children": [
"Yes",
"No"
]
}