Closed mrshll1001 closed 1 year ago
I have changed the base branch to be 1.4-staging
which represents a staging area. #363 (removing unused weight properties from the schema) would represent a PATCH level fix, which would be superseded by this MINOR level change adding new features.
To avoid having to make two separate releases (ie 1.3.1 and then 1.4, or 1.4 and then 1.4.1); if we merge both of these into the staging branch we can merge 1.4-staging
into master
and then make a single release for 1.4.
This PR responds to the latest SC approval that an
extensions
array is added to the 360Giving Package Schema (where metadata is):extensions
Each item in the array must be a string. I have also used
uniqueItems: true
to enforce that a publisher cannot accidentally input the same extension twice, this is to support tooling resolving things. If this is out of scope from the SC mandate, I am happy to remove this before merging.I have confirmed:
extensions
is not required["dei", "dei"]
will throw an error