{
    "format": "csv",
    "format_params": {
        "delimiter": "^",
        "escapechar": "\\"
    },
    "definitions": {},
    "$schema": "http://json-schema.org/draft-07/schema#",
    "$id": "http://example.com/root.json",
    "type": "object",
    "title": "Brandwatch artist queries schema",
    "required": [
    ],
    "properties": {
        "query_id": {
            "$id": "#/properties/query_id",
            "type": "string",
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": "^\\d+$"
        },
        "query_version": {
            "$id": "#/properties/query_version",
            "type": "string",
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": "^\\d+$"
        },
        "project_artist_id": {
            "$id": "#/properties/project_artist_id",
            "type": "string",
            "default": "",
            "examples": [
                "1"
            ],
            "pattern": "^\\d*$"
        },
        "project_artist_name": {
            "$id": "#/properties/project_artist_name",
            "type": "string",
            "default": "",
            "examples": [
                "Adele"
            ],
            "pattern": "^.*$"
        },
        "artist_name": {
            "$id": "#/properties/artist_name",
            "type": "string",
            "default": "",
            "examples": [
                "Adele"
            ],
            "pattern": "^.+$"
        },
        "keywords": {
            "$id": "#/properties/keywords",
            "type": "string",
            "default": "",
            "examples": [
                "adele"
            ],
            "pattern": "^.*$"
        },
        "mentions": {
            "$id": "#/properties/mentions",
            "type": "string",
            "default": "",
            "examples": [
                "adele"
            ],
            "pattern": "^.*$"
        },
        "hashtags": {
            "$id": "#/properties/hashtags",
            "type": "string",
            "default": "",
            "examples": [
                "adele"
            ],
            "pattern": "^.*$"
        },
        "exclusion_keywords": {
            "$id": "#/properties/exclusion_keywords",
            "type": "string",
            "default": "",
            "examples": [
                "adele"
            ],
            "pattern": "^.*$"
        },
        "backfill_date": {
            "$id": "#/properties/backfill_date",
            "type": "string",
            "default": "",
            "examples": [
                "Adele"
            ],
            "pattern": "^.*$"
        },
        "is_active": {
            "$id": "#/properties/is_active",
            "type": "string",
            "default": "",
            "examples": [
                "true"
            ],
            "pattern": "^.*$"
        },
        "is_valid": {
            "$id": "#/properties/is_valid",
            "type": "string",
            "default": "",
            "examples": [
                "true"
            ],
            "pattern": "^.*$"
        },
        "validation_error": {
            "$id": "#/properties/validation_error",
            "type": "string",
            "default": "",
            "examples": [
                "error mesage"
            ],
            "pattern": "^.*$"
        },
        "created_at": {
            "$id": "#/properties/created_at",
            "type": "string",
            "default": "",
            "examples": [
                "2022-01-01 00:00:00"
            ],
            "pattern": "^.*$"
        },
        "updated_at": {
            "$id": "#/properties/updated_at",
            "type": "string",
            "default": "",
            "examples": [
                "2022-01-01 00:00:00"
            ],
            "pattern": "^.*$"
        }
    }

}
