{
    "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"
        },
        "artist_url_myspace": {
            "type": "string"
        },
        "c_line": {
            "type": "string"
        },
        "configuration": {
            "type": "string"
        },
        "deletions": {
            "type": "string"
        },
        "delivered_version": {
            "type": "string"
        },
        "display": {
            "type": "string"
        },
        "display_status": {
            "type": "string"
        },
        "display_upc": {
            "type": "string"
        },
        "episode": {
            "type": "string"
        },
        "featured": {
            "type": "string"
        },
        "format": {
            "type": "string"
        },
        "genre": {
            "type": "string"
        },
        "imprint": {
            "type": "string"
        },
        "isrc_list": {
            "type": "array"
        },
        "spatial_isrc_list": {
            "type": "array"
        },
        "label": {
            "type": "string"
        },
        "preorder_date": {
            "type": "date_utc"
        },
        "product_code": {
            "type": "string"
        },
        "product_configuration": {
            "type": "string"
        },
        "product_type": {
            "type": "string"
        },
        "product_type_id": {
            "type": "integer"
        },
        "project_id": {
            "type": "integer"
        },
        "release_date": {
            "type": "date_utc",
            "description": "UTC formatted date"
        },
        "release_id": {
            "type": "integer"
        },
        "release_month": {
            "type": "integer"
        },
        "release_name": {
            "type": "string"
        },
        "release_status": {
            "type": "string"
        },
        "release_year": {
            "type": "integer"
        },
        "sale_start_date": {
            "type": "date_utc",
            "description": "UTC formatted date"
        },
        "subaccount_id": {
            "type": "integer",
            "default": 0
        },
        "subgenre": {
            "type": "string"
        },
        "track_list": {
            "type": "array"
        },
        "track_type": {
            "type": "array"
        },
        "type_of_video": {
            "type": "string"
        },
        "upc": {
            "type": "integer"
        },
        "spatial_upc": {
            "type": "integer"
        },
        "vendor_catalog_number": {
            "type": "string"
        },
        "vendor_id": {
            "type": "integer"
        },
        "vendor_owner": {
            "type": "string"
        },
        "vendor_status": {
            "type": "string"
        },

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

        "project_code": {
            "type": "string"
        },
        "project_name": {
            "type": "string"
        },
        "version": {
            "type": "string"
        },
        "not_for_distribution": {
            "type": "string"
        }
    }
}
