{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Request Header Schema",
    "type": "object",
    "properties": {
        "Correlation-Id": {
            "type": "string"
        },
        "Orchard-User-Id": {
            "type": "string"
        }
    },
    "additionalProperties": true
}
