{
  "type": "record",
  "name": "StreamMusicgraphMysqlNrSoundRecordingValue",
  "namespace": "com.orchard.kafka.data.highway",
  "fields": [
    { "name": "external_id", "type": [ "string", "null" ] },
    { "name": "album_name", "type": [ "string", "null" ] },
    { "name": "catalog_number", "type": [ "string", "null" ] },
    { "name": "countries_of_recording", "type": [ "string", "null" ] },
    { "name": "country_of_label", "type": [ "string", "null" ] },
    { "name": "country_of_master", "type": [ "string", "null" ] },
    { "name": "duration", "type": [ "int", "null" ] },
    { "name": "first_release_year", "type": [ "int", "null" ] },
    { "name": "isrc", "type": [ "string", "null" ] },
    { "name": "main_artist_name", "type": [ "string", "null" ] },
    { "name": "nr_priority", "type": [ "string", "null" ] },
    { "name": "original_label", "type": [ "string", "null" ] },
    { "name": "recording_title", "type": [ "string", "null" ] },
    { "name": "recording_type", "type": [ "string", "null" ] },
    { "name": "recording_year", "type": [ "int", "null" ] },
    { "name": "total_featured_performers", "type": [ "int", "null" ] },
    { "name": "version", "type": [ "string", "null" ] },
    { "name": "created_at", "type": [ "string", "null" ] },
    { "name": "created_by", "type": [ "string", "null" ] },
    { "name": "last_modified_at", "type": [ "string", "null" ] },
    { "name": "last_modified_by", "type": [ "string", "null" ] },
    { "name": "deleted_at", "type": [ "string", "null" ] },
    { "name": "is_deleted", "type": "int" }
  ]
}

