Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Gave la.dp.avro.MAP.4_0.IndexRecord.v1 a version suffix like the others

...

Code Block
{
  "namespace": "la.dp.avro.MAP.4_0",
  "type": "record",
  "name": "MAPRecord.v1",
  "doc": <DOCUMENTATION>,
  "fields": [
    {"name": "id", "type": "string"},
    {"name": "document", "type": "string"}
  ]
}

la.dp.avro.MAP.4_0.IndexRecord.v1

For DPLA MAPv4 records that have been mapped or enriched, and are being indexed into Elasticsearch.

...