{
    "title": {
        "label": "Title",
        "content_type": "free_form_text"
    },
    "isinactive": {
        "label": "Inactive",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "isonline": {
        "label": "Is Online",
        "content_type": "check_box",
        "defaultvalue": false
    },
    "updateexistingprices": {
        "label": "Update Existing Prices",
        "content_type": "check_box",
        "defaultvalue": false,
        "description": "Check this box to update all items using this price level with what you entered in the Markup/Discount % field."
    },
    "discountpct": {
        "label": "Markup/Discount %",
        "content_type": "decimal_number",
        "calculated": true,
        "description": "If you like, enter a positive or negative percentage to mark up or discount prices for this price level. Prices for this level are calculated by applying the positive or negative percentage to the Base Price level. If you want to update all items using this price level, you must also check the Update Existing Prices box. After you click Save, your prices automatically update. Note: Any value you enter is rounded to the nearest 0.01%"
    }
}
