{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "get_product_status header schema",
    "type": "object",
    "properties": {
        "Correlation-Id": {
            "type": "string"
        },
        "Grass-Account-Type": {
            "type": "string"
        },
        "Grass-Account-Id": {
            "type": "string"
        }
    },
    "additionalProperties": true
}
