{
  "type": "record",
  "name": "StreamMusicgraphMysqlNrContributorValue",
  "namespace": "com.orchard.kafka.data.highway",
  "fields": [
    { "name": "external_id", "type": [ "string", "null" ] },
    { "name": "ipn", "type": [ "int", "null" ] },
    { "name": "name", "type": [ "string", "null" ]  },
    { "name": "forename", "type": [ "string", "null" ]  },
    { "name": "middle_names", "type": [ "string", "null" ] },
    { "name": "surname", "type": [ "string", "null" ]  },
    { "name": "stage_name", "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" }
  ]
}
