You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In datapackage.json, references then looks like this: "references": ["my_reference", ""]
The IPT can handle this, but it genereates an empty field for reference.
When there is 1 reference, this should look like this in
datapackage.json
:"references": ["my_reference"]
However, that is not the case when writing a Data Package.
In
datapackage.json
, references then looks like this:"references": "my_reference"
The IPT does not recognize this, as the square brackets are missing.
It does work when a second (empty element) is added:
In
datapackage.json
, references then looks like this:"references": ["my_reference", ""]
The IPT can handle this, but it genereates an empty field for reference.
Created on 2024-11-21 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: