The Data Package docs state the following for properties.schema:
The default value is https://datapackage.org/profiles/1.0/datapackage.json and the recommended value is https://datapackage.org/profiles/2.0/datapackage.json
The value in the schema used in this repo is 1.0:
|
"default": "https://datapackage.org/profiles/1.0/datapackage.json", |
Should we change it to 2.0?
I will say that am not sure when this default schema is used; maybe there is a reason it was kept at 1.0 but I thought I would raise this in case it was just missed when copying over the schema?