{
    "type": "object",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-06/schema#",
    "description": "Schema for *-etl-projects corpii",
    "properties": {
        "artist_description": {
            "type": "string"
        },
        "artist_id": {
            "type": "integer"
        },
        "artist_name": {
            "type": "string"
        },
        "artist_url": {
            "type": "string"
        },
        "correlation_id": {
            "type": "string"
        },
        "created_date_utc": {
            "type": "date_utc"
        },
        "description": {
            "type": "string"
        },
        "product_count": {
            "type": "integer"
        },
        "project_code": {
            "type": "string"
        },
        "project_id": {
            "type": "integer"
        },
        "project_name": {
            "type": "string"
        },
        "subaccount_id": {
            "type": "integer"
        },
        "updated_date_utc": {
            "type": "date_utc"
        },
        "vendor_id": {
            "type": "integer"
        },
        "deletions": {
            "type": "string"
        }
    }
}
