{
  "type": "record",
  "name": "StreamNRgraphMysqlNrContributionValue",
  "namespace": "com.orchard.kafka.data.highway",
  "fields": [
    { "name": "external_id", "type": [ "string", "null" ] },
    { "name": "country_of_performance", "type": [ "string", "null" ] },
    { "name": "instruments", "type": [ "string", "null" ]  },
    { "name": "performance_name", "type": [ "string", "null" ]  },
    { "name": "performer_name", "type": [ "string", "null" ] },
    { "name": "valid", "type": [ "boolean", "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" },
    { "name": "node_label", "type": [ "string", "null" ], "default": null }
  ]
}

