Closed CopyCat73 closed 2 months ago
@CopyCat73 Have you considered using v2 of the ROR schema in your Pure integration? This inconsistency is something we inherited from GRID, and it's one of the things that's fixed in v2. More information here: https://ror.readme.io/docs/ror-schema-api-v2-beta -- it's due to be released by the end of March, so not too much longer.
It is an annoyance, but we don't plan to fix it in v1, since it's fixed in v2 of the API and schema.
Closing now that v2 is on production and this issue is fixed there.
Describe the bug All identifiers are in the JSON node "all" for each type. All types have an array, except for the grid type. My code iterates through the "all" list, but since the grid list is not actually an array, it is split up in individual letters. Please correct it so that the grid id is also in a json array.
To Reproduce
Open document, scroll down to external_ids in first record:
Wikidata all field is array, grid is not.
Expected behavior grid id should be in json array.