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
{{ message }}
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Add an additional_fields field to the release object in the schema. This would allow individual agencies to add additional information to their releases.
The text was updated successfully, but these errors were encountered:
It looks like in most places the schema specifically declares additionalProperties: false, but on the release object, no such flag is specified. The default behavior then is any arbitrary properties may be added to an item in the releases array and that is still valid per the schema.
Add an
additional_fields
field to therelease
object in the schema. This would allow individual agencies to add additional information to their releases.The text was updated successfully, but these errors were encountered: