[
    {
        "id": "height",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.HEIGHT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.HEIGHT.HELP",
        "options": {
            "defaultValue": 60,
            "minValue": 36,
            "maxValue": 96
        }
    },
    {
        "id": "weight",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.WEIGHT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.WEIGHT.HELP",
        "options": {
            "defaultValue": 150,
            "minValue": 50,
            "maxValue": 400,
            "ticks": 10,
            "step": 1
        }
    },
    {
        "id": "shoeSize",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.SHOE_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SHOE_SIZE.HELP",
        "options": {
            "mensMinValue": 6,
            "mensMaxValue": 22,
            "mensDefaultValue": 10,
            "womensMinValue": 5,
            "womensMaxValue": 14,
            "womensDefaultValue": 10,
            "locale": "US",
            "ticks": 0.5
        }
    },
    {
        "id": "childShoeSize",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.CHILD_SHOE_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.CHILD_SHOE_SIZE.HELP",
        "options": {
            "infantAndToddlerDefaultValue": "5C",
            "infantAndToddlerSteps": ["2C", "3C", "4C", "5C", "6C", "7C", "8C", "9C", "10C"],

            "littleKidsDefaultValue": "13C",
            "littleKidsSteps": ["10.5C", "11C", "12C", "13C", "1Y", "2Y", "3Y"],

            "bigKidsDefaultValue": "5Y",
            "bigKidsSteps": ["3.5Y", "4Y", "4.5Y", "5Y", "5.5Y", "6.0Y", "6.5Y", "7.0Y"]
        }
    },
    {
        "id": "shirtSize",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.SHIRT_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SHIRT_SIZE.HELP",
        "options": {
            "defaultValue": "xs",
            "stepsArray": ["xs","s","m","l","xl","2xl","3xl","4xl"],

            "mensDefaultValue": "xs",
            "mensStepsArray": ["xs","s","m","l","xl","2xl","3xl","4xl"],

            "womensDefaultValue": "xs",
            "womenStepsArray": ["xs","s","m","l","xl","2xl","3xl","4xl"]
        }
    },
    {
        "id": "clothingSize",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.CLOTHING_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.CLOTHING_SIZE.HELP",
        "options": {
            "defaultValue": "10",
            "minValue": 0,
            "maxValue": 32
        }
    },
    {
        "id": "sleeveLength",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.SLEEVE_LENGTH.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SLEEVE_LENGTH.HELP",
        "options": {
            "defaultValue": 33,
            "minValue": 24,
            "maxValue": 44
        }
    },
    {
        "id": "jacketSize",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.JACKET_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.JACKET_SIZE.HELP",
        "options": {
            "defaultValue": "xs",
            "stepsArray": ["xs","s","m","l","xl","2xl","3xl","4xl"],

            "mensDefaultValue": "xs",
            "mensStepsArray": ["xs","s","m","l","xl","2xl","3xl","4xl"],

            "womensDefaultValue": "xs",
            "womenStepsArray": ["xs","s","m","l","xl","2xl","3xl","4xl"]
        }
    },
    {
        "id": "gloveSize",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.GLOVE_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.GLOVE_SIZE.HELP",
        "options": {
            "defaultValue": "s",
            "stepsArray": [
                 "XXS",
                 "XS",
                 "S",
                 "M",
                 "L",
                 "XL",
                 "XXL",
                 "XXXL"
            ],

            "mensDefaultValue": "s",
            "mensStepsArray": ["XXS", "XS", "S", "M", "L", "XL", "XXL", "XXXL"],

            "womensDefaultValue": "s",
            "womenStepsArray": ["XXS", "XS", "S", "M", "L", "XL", "XXL", "XXXL"]
        }
    },
    {
        "id": "dateOfBirth",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.DATE_OF_BIRTH.QUESTION",
        "helpText": "PROFILE_QUESTIONS.DATE_OF_BIRTH.HELP",
        "options": {
            "minimumAge": 13
        }
    },
    {
        "id": "dateOfBirthYoung",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.DATE_OF_BIRTH_YOUNG.QUESTION",
        "helpText": "PROFILE_QUESTIONS.DATE_OF_BIRTH_YOUNG.HELP",
        "options": {
            "maximumAge": 13
        }
    },
    {
        "id": "gender",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.GENDER.QUESTION",
        "helpText": "PROFILE_QUESTIONS.GENDER.HELP",
        "yaQuestion": "PROFILE_QUESTIONS.GENDER.QUESTION_YA",
        "yaHelpText": "PROFILE_QUESTIONS.GENDER.HELP_YA"
    },
    {
        "id": "shoeWidthStr",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.SHOE_WIDTH_STR.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SHOE_WIDTH_STR.HELP",
        "options": {
            "defaultValue": "D",
            "stepsArray": [
                "AA",
                "A",
                "B",
                "C",
                "D",
                "E",
                "EE",
                "EEE",
                "EEEE"
            ]
        }
    },
    {
        "id": "pants",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.PANTS.QUESTION",
        "helpText": "PROFILE_QUESTIONS.PANTS.HELP",
        "yaQuestion": "PROFILE_QUESTIONS.PANTS.QUESTION_YA",
        "yaHelpText": "PROFILE_QUESTIONS.PANTS.HELP_YA",
        "options": {
            "inseamMinValue": 22,
            "inseamMaxValue": 40,
            "inseamDefaultValue": 34,
            "waistMinValue": 24,
            "waistMaxValue": 60,
            "waistDefaultValue": 36
        }
    },
    {
        "id": "pantSize",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.PANTS_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.PANTS_SIZE.HELP",
        "yaQuestion": "PROFILE_QUESTIONS.PANTS_SIZE.QUESTION_YA",
        "yaHelpText": "PROFILE_QUESTIONS.PANTS_SIZE.HELP_YA",
        "options": {
            "defaultValue": "m",
            "stepsArray": ["s","m","l","xl","2xl"],

            "mensDefaultValue": "m",
            "mensStepsArray": ["s","m","l","xl","2xl"],

            "womensDefaultValue": "m",
            "womenStepsArray": ["s","m","l","xl","2xl"]
        }
    },
    {
        "id": "personal",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.PERSONAL.QUESTION",
        "helpText": "PROFILE_QUESTIONS.PERSONAL.HELP"
    },
    {
        "id": "mobilePhone",
        "type": "Numeric",
        "question": "PROFILE_QUESTIONS.MOBILE_PHONE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.MOBILE_PHONE.HELP"
    },
    {
        "id": "favoriteQuote",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.FAVORITE_QUOTE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.FAVORITE_QUOTE.HELP"
    },
    {
        "id": "runningShoeSize",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.RUNNING_SHOE_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.RUNNING_SHOE_SIZE.HELP",
        "options": {
            "mensMinValue": 6,
            "mensMaxValue": 22,
            "mensDefaultValue": 10,
            "womensMinValue": 5,
            "womensMaxValue": 14,
            "womensDefaultValue": 10,
            "locale": "US",
            "ticks": 0.5
        }
    },
    {
        "id": "armPreference",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.ARM_PREFERENCE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.ARM_PREFERENCE.HELP"
    },
    {
        "id": "legPreference",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.LEG_PREFERENCE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.LEG_PREFERENCE.HELP"
    },
    {
        "id": "neckMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.NECK_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.NECK_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 16,
            "minValue": 8,
            "maxValue": 24,
            "ticks": 0.5
        }
    },
    {
        "id": "chestMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.CHEST_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.CHEST_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 45,
            "minValue": 30,
            "maxValue": 58,
            "ticks": 0.5
        }
    },
    {
        "id": "thighMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.THIGH_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.THIGH_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 20,
            "minValue": 10,
            "maxValue": 36,
            "ticks": 0.5
        }
    },
    {
        "id": "bicepMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.BICEP_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.BICEP_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 16,
            "minValue": 8,
            "maxValue": 24,
            "ticks": 0.5
        }
    },
    {
        "id": "profession",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.PROFESSION.QUESTION",
        "helpText": "PROFILE_QUESTIONS.PROFESSION.HELP"
    },
    {
        "id": "favoriteMemory",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.FAVORITE_MEMORY.QUESTION",
        "helpText": "PROFILE_QUESTIONS.FAVORITE_MEMORY.HELP"
    },
    {
        "id": "address",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.ADDRESS.QUESTION",
        "helpText": "PROFILE_QUESTIONS.ADDRESS.HELP",
        "options": {
            "allowUSOnly": false
        }
    },
    {
        "id": "winterActivities",
        "type": "Multiple Selection",
        "question": "PROFILE_QUESTIONS.WINTER_ACTIVITIES.QUESTION",
        "helpText": "PROFILE_QUESTIONS.WINTER_ACTIVITIES.HELP",
        "options": {
            "maxCount": 3,
            "minCount": 1
        }
    },
    {
        "id": "summerActivities",
        "type": "Multiple Selection",
        "question": "PROFILE_QUESTIONS.SUMMER_ACTIVITIES.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SUMMER_ACTIVITIES.HELP",
        "options": {
            "maxCount": 3,
            "minCount": 1
        }
    },
    {
        "id": "activities",
        "type": "Multiple Selection",
        "question": "PROFILE_QUESTIONS.ACTIVITIES.QUESTION",
        "helpText": "PROFILE_QUESTIONS.ACTIVITIES.HELP",
        "options": {
            "maxCount": 3,
            "minCount": 1
        }
    },
    {
        "id": "recieveNotifType",
        "type": "Multiple Selection",
        "question": "PROFILE_QUESTIONS.RECIEVE_NOTIF_TYPE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.RECIEVE_NOTIF_TYPE.HELP",
        "options": {
            "yesNoAnswer": false,
            "General Updates": true,
            "Design Projects": true,
            "Product Tests":  true,
            "Educational Information": true
        }
    },
    {
        "id": "loginInfo",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.LOGIN_INFO.QUESTION",
        "helpText": "PROFILE_QUESTIONS.LOGIN_INFO.HELP"
    },
    {
        "id": "utype",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.U_TYPE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.U_TYPE.HELP"
    },
    {
        "id": "aboutMe",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.ABOUT_ME.QUESTION",
        "helpText": "PROFILE_QUESTIONS.ABOUT_ME.HELP"
    },
    {
        "id": "shoulderMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.SHOULDER_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SHOULDER_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 20,
            "minValue": 12,
            "maxValue": 30,
            "ticks": 0.5
        }
    },
    {
        "id": "underBustMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.UNDER_BUST_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.UNDER_BUST_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 38,
            "minValue": 30,
            "maxValue": 46
        }
    },
    {
        "id": "seatMeasurement",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.SEAT_MEASUREMENT.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SEAT_MEASUREMENT.HELP",
        "options": {
            "defaultValue": 36,
            "minValue": 32,
            "maxValue": 54
        }
    },
    {
        "id": "changePassword",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.CHANGE_PASSWORD.QUESTION",
        "helpText": "PROFILE_QUESTIONS.CHANGE_PASSWORD.HELP"
    },
    {
        "id": "brandAssociation",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.BRAND_ASSOCIATION.QUESTION",
        "helpText": "PROFILE_QUESTIONS.BRAND_ASSOCIATION.HELP",
        "options": {
            "required": false
        }
    },
    {
        "id": "fitPreference",
        "type": "Free Form Text",
        "question": "PROFILE_QUESTIONS.FIT_PREFERENCE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.FIT_PREFERENCE.HELP"
    },
    {
        "id": "salaryRange",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.SALARY_RANGE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SALARY_RANGE.HELP",
        "options": {
            "stepsArray": [
                "< $50,000",
                "$50,000 - $74,999",
                "$75,000 - $99,999",
                "$100,000 - $149,999",
                "$150,000+"
            ]
        }
    },
    {
        "id": "isEmployee",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.IS_EMPLOYEE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.IS_EMPLOYEE.HELP"
    },
    {
        "id": "TOC",
        "question": "PROFILE_QUESTIONS.TOC.QUESTION",
        "helpText": "PROFILE_QUESTIONS.TOC.HELP",
        "options": {
            "mainText": "PROFILE_QUESTIONS.TOC.MAIN",
            "acceptTxt": "PROFILE_QUESTIONS.TOC.ACCEPT"
        }
    },
    {
        "id": "PA",
        "question": "PROFILE_QUESTIONS.PA.QUESTION",
        "helpText": "PROFILE_QUESTIONS.PA.HELP",
        "options": {
            "mainText": "",
            "acceptTxt": "PROFILE_QUESTIONS.PA.ACCEPT"
        }
    },
    {
        "id": "currTestingForOtherBrands",
        "question": "PROFILE_QUESTIONS.CURR_TESTING_FOR_OTHER_BRANDS.QUESTION",
        "helpText": "PROFILE_QUESTIONS.CURR_TESTING_FOR_OTHER_BRANDS.HELP"
    },
    {
      "id": "braSize",
      "type": "Single Selection",
      "question": "PROFILE_QUESTIONS.BRA_SIZE.QUESTION",
      "helpText": "PROFILE_QUESTIONS.BRA_SIZE.HELP",
      "yaQuestion": "PROFILE_QUESTIONS.BRA_SIZE.QUESTION_YA",
      "yaHelpText": "PROFILE_QUESTIONS.BRA_SIZE.HELP_YA",
        "options": {
            "bandSizes": [
                28,
                30,
                32,
                34,
                36,
                38,
                40,
                42,
                44,
                46
            ],
            "cupSizes": [
                "A",
                "B",
                "C",
                "D",
                "DD",
                "E"
            ]
        }
    },
    {
        "id": "sportsBraSize",
        "type": "Single Selection",
        "question": "PROFILE_QUESTIONS.SPORT_BRA_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SPORT_BRA_SIZE.HELP",
        "yaQuestion": "PROFILE_QUESTIONS.SPORT_BRA_SIZE.QUESTION_YA",
        "yaHelpText": "PROFILE_QUESTIONS.SPORT_BRA_SIZE.HELP_YA",
        "options": {
            "stepsArray": [
                "XS",
                "S",
                "M",
                "L",
                "XL",
                "XXL"
            ]
        }
    },
    {
        "id": "availableForTravel",
        "question": "PROFILE_QUESTIONS.AVAILABLE_FOR_TRAVEL.QUESTION",
        "helpText": "PROFILE_QUESTIONS.AVAILABLE_FOR_TRAVEL.HELP"
    },
    {
        "id": "heardAboutUsFrom",
        "question": "PROFILE_QUESTIONS.HEARD_ABOUT_US_FROM.QUESTION",
        "helpText": "PROFILE_QUESTIONS.HEARD_ABOUT_US_FROM.HELP"
    },
    {
        "id": "parentChild",
        "question": "PROFILE_QUESTIONS.PARENT_CHILD.QUESTION"
    },
    {
        "id": "shortsSize",
        "type": "Rating",
        "question": "PROFILE_QUESTIONS.SHORTS_SIZE.QUESTION",
        "helpText": "PROFILE_QUESTIONS.SHORTS_SIZE.HELP",
        "options": {
            "defaultValue": "s",
            "stepsArray": ["s","m","l","xl","2xl"],

            "mensDefaultValue": "s",
            "mensStepsArray": ["s","m","l","xl","2xl"],

            "womensDefaultValue": "s",
            "womenStepsArray": ["s","m","l","xl","2xl"]
        }
    },
    {
        "id": "message1",
        "question": "PROFILE_QUESTIONS.MESSAGE_1.QUESTION"
    },
    {
        "id": "message2",
        "question": "PROFILE_QUESTIONS.MESSAGE_2.QUESTION"
    },
    {
        "id": "message3",
        "question": "PROFILE_QUESTIONS.MESSAGE_3.QUESTION"
    }
]
