{
    "format": "csv",
    "format_params": {
        "delimiter": ",",
        "escapechar": "",
        "quoting": 3
    },
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Salesforce bounce schema",
    "required": [],
    "properties": {
        "Fan Id": {
            "$id": "#/properties/Fan Id",
            "type": "string",
            "default": "",
            "examples": ["1"],
            "pattern": "^.*$"
        }
    }
}
