{
    "type": "object",
    "definitions": {},
    "$schema": "http://json-schema.org/draft-06/schema#",
    "description": "Schema for *-etl-tracks corpii",
    "properties": {
        "artist_id": {
            "type": "integer"
        },
        "artist_name": {
            "type": "string"
        },
        "artist_url": {
            "type": "string"
        },
        "cd": {
            "type": "integer"
        },
        "deletions": {
            "type": "string"
        },
        "isrc": {
            "type": "string"
        },
        "label_id": {
            "type": "integer"
        },
        "original_file_name": {
            "type": "string"
        },
        "release_id": {
            "type": "integer"
        },
        "release_name": {
            "type": "string"
        },
        "release_status": {
            "type": "string"
        },
        "subaccount_id": {
            "type": "integer"
        },
        "track_id": {
            "type": "integer"
        },
        "track_name": {
            "type": "string"
        },
        "track_type": {
            "type": "string"
        },
        "track_unique_id": {
            "type": "integer"
        },
        "upc": {
            "type": "integer"
        },
        "vendor_id": {
            "type": "integer"
        },

        "vendorUUID": {
            "type": "string"
        },
        "subaccountUUID": {
            "type": "string"
        },
        "companyBrandUUID": {
            "type": "string"
        },
        "parentCompanyUUID": {
            "type": "string"
        },

        "version": {
            "type": "string"
        }
    }
}
