{
    "type": "object",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-06/schema#",
    "description": "Schema for *-etl-artists corpii",
    "properties": {
        "artist_id": {
            "type": "integer"
        },
        "artist_name": {
            "type": "string"
        },
        "subaccount_id": {
            "type": "array"
        },
        "vendor_id": {
            "type": "integer"
        }
    }
}
