[
    {
        "id" : 1, 
        "company_id" : 1, 
        "sheet_type_id" : 2, 
        "name" : "Date First Use"
    },
    {
        "id" : 2, 
        "company_id" : 1, 
        "sheet_type_id" : 3, 
        "name" : "Rental Duration"
    },
    {
        "id" : 3, 
        "company_id" : 1, 
        "sheet_type_id" : 3, 
        "name" : "Max Authorized Mileage"
    },
    {
        "id" : 4, 
        "company_id" : 1,
        "sheet_type_id" : 1, 
        "name" : "Color"
    },
    {
        "id" : 5, 
        "company_id" : 1, 
        "sheet_type_id" : 1, 
        "name" : "Rental Location"
    },
    {
        "id" : 6, 
        "company_id" : 1, 
        "sheet_type_id" : 3, 
        "name" : "Seating Capacity"
    }
]