{
  "requests": [
    {
      "name": "Age",
      "type": "REAL",
      "dataType": "INT",
      "nCategories": "0",
      "categoryMap": {},
      "schema": [],
      "shape": []
    },
    {
      "name": "Workclass",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "9",
      "categoryMap": {
        "0": "?",
        "1": "Federal-gov",
        "2": "Local-gov",
        "3": "Never-worked",
        "4": "Private",
        "5": "Self-emp-inc",
        "6": "Self-emp-not-inc",
        "7": "State-gov",
        "8": "Without-pay"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Education",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "7",
      "categoryMap": {
        "0": "Associates",
        "1": "Bachelors",
        "2": "Doctorate",
        "3": "Dropout",
        "4": "High School grad",
        "5": "Masters",
        "6": "Prof-School"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Marital Status",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "4",
      "categoryMap": {
        "0": "Married",
        "1": "Never-Married",
        "2": "Separated",
        "3": "Widowed"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Occupation",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "9",
      "categoryMap": {
        "0": "?",
        "1": "Admin",
        "2": "Blue-Collar",
        "3": "Military",
        "4": "Other",
        "5": "Professional",
        "6": "Sales",
        "7": "Service",
        "8": "White-Collar"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Relationship",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "6",
      "categoryMap": {
        "0": "Husband",
        "1": "Not-in-family",
        "2": "Other-relative",
        "3": "Own-child",
        "4": "Unmarried",
        "5": "Wife"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Race",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "5",
      "categoryMap": {
        "0": "Amer-Indian-Eskimo",
        "1": "Asian-Pac-Islander",
        "2": "Black",
        "3": "Other",
        "4": "White"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Sex",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "2",
      "categoryMap": {
        "0": "Female",
        "1": "Male"
      },
      "schema": [],
      "shape": []
    },
    {
      "name": "Capital Gain",
      "type": "REAL",
      "dataType": "INT",
      "nCategories": "0",
      "categoryMap": {},
      "schema": [],
      "shape": []
    },
    {
      "name": "Capital Loss",
      "type": "REAL",
      "dataType": "INT",
      "nCategories": "0",
      "categoryMap": {},
      "schema": [],
      "shape": []
    },
    {
      "name": "Hours per week",
      "type": "REAL",
      "dataType": "INT",
      "nCategories": "0",
      "categoryMap": {},
      "schema": [],
      "shape": []
    },
    {
      "name": "Country",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "11",
      "categoryMap": {
        "0": "?",
        "1": "British-Commonwealth",
        "2": "China",
        "3": "Euro_1",
        "4": "Euro_2",
        "5": "Latin-America",
        "6": "Other",
        "7": "SE-Asia",
        "8": "South-America",
        "9": "United-States",
        "10": "Yugoslavia"
      },
      "schema": [],
      "shape": []
    }
  ],
  "responses": [
    {
      "name": "Income Class",
      "type": "CATEGORICAL",
      "dataType": "INT",
      "nCategories": "2",
      "categoryMap": {
        "0": "Low Income",
        "1": "High Income"
      },
      "schema": [],
      "shape": []
    }
  ]
}