colonial-heritage / research-guides-dev

Development repo for integrating the research guides from NIOD into the Datahub
Creative Commons Attribution Share Alike 4.0 International
0 stars 0 forks source link

"identifiers" in "Relevant data" is not a list #30

Closed valevo closed 2 months ago

valevo commented 2 months ago

e.g. here: https://github.com/colonial-heritage/research-guides-dev/blob/43d08d3785bdbdf401a79c3459735e09343652da/niveau3/English/PieterPott_20240508.yml#L16

"identifiers" in "Relevant data" is not a list but a simple string --> identifiers always needs to be a list, even when only consisting of one item

so

"Relevant data":
    "identifiers": "https://www.wikidata.org/..."

should become

"Relevant data":
    "identifiers": 
         - "https://www.wikidata.org/..."
wreints commented 2 months ago

Should be correct in all the RAs now!