Skip to main content

PopulationRequestNonUS

Age object
anyOf
  • Array [
  • integer
  • ]
  • Education_Level object
    anyOf
  • Array [
  • string
  • ]
  • Gender object
    anyOf
  • Array [
  • string
  • ]
  • Home_Ownership object
    anyOf
  • Array [
  • string
  • ]
  • Household_Size object
    anyOf
  • Array [
  • string
  • ]
  • Household_with_Children object
    anyOf
  • 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"
    ]
    }