-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add publisher field (release schema) #325
Comments
This can be worked out outside of 1.1, more in relation to API standardisation. |
Noting a need for this was expressed in the context of a government having multiple authors of releases, and needing to trace back which entity authored a release within a package. |
Copying relevant parts of my comment at open-contracting-archive/api-specification#15 (comment)
So, we're just talking about Not discussed here are |
Noting that, with respect to semantics, the release-level publisher should be the original publisher, and should be immutable like the other fields in the release. |
Here is an extension implementing the field: https://github.com/CompraNet/ocds_releasePublisher_extension |
Optionally a record/release should be able to have embedded within it the following properties.
This is important for API usage where all the releases/records do not belong to the same package or even belong to the same publisher. This is important as the API user should have easy access to this information (especially things like the licence).
These items most likely should be under a new property called possibly "packageMetadata"
An example release with this property would look like:
These properties should be excluded from the merging process when creating the versionedRelease/compiledRelease, as it is possible for a record to have many source packages. Nonetheless, the record itself could have a "packageMetadata" property also.
This could be considered as an extension (but a standadized one) and not part of the core standard as it is optional.
The text was updated successfully, but these errors were encountered: