{
    "$schema": "http://json-schema.org/draft-03/schema",
    "additionalProperties": true,
    "properties": {
        "param_limit": {
            "type": "integer",
            "maximum": 1000,
            "description": "Limit filter applied to the report to run"
        },
        "param_vendor_id": {
            "type": "integer",
            "required": false,
            "description": "Vendor Id passed to the report that will be run"
        },
        "param_subaccount_id": {
            "type": "integer",
            "required": false,
            "description": "Subaccount Id passed to the report that will run"
        },
        "param_artist_id": {
            "type": "string",
            "required": false,
            "description": "Artist id(s) passed to the report that will run"
        },
        "param_product_id": {
            "type": "integer",
            "required": false,
            "description": "Product id passed to the report that will run"
        },
        "param_product_type_id": {
            "type": "integer",
            "required": false,
            "description": "Product type id passed to the report that will run"
        },
        "param_street_date": {
            "type": "string",
            "required": false,
            "description": "Date passed to the report that will run"
        }
    },
    "required": true,
    "type": "object"
}
