{
    "format": "ndjson",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "title": "Appreciation Engine Businessunit(autogenerated) report schema",
    "type": "array",
    "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
            "bu_name": {
                "$id": "#/properties/bu_name",
                "type": "string",
                "examples": [
                    "AU_NZ",
                    "HK_LiquidState"
                ],
                "pattern": "^(.*)$"
            },
            "bu_title": {
                "$id": "#/properties/bu_title",
                "type": "string",
                "examples": [
                    "Sony Music Hong Kong - Liquid State"
                ],
                "pattern": "^(.*)$"
            }
        }
    }
}
