Skip to content

Commit

Permalink
ran manage.py pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
odscjen committed Oct 31, 2024
1 parent c6e715e commit 98a841b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/dereferenced-release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"id": {
"title": "Release ID",
"description": "The identifier of the individual release or compiled release. For an individual release, the release ID must be unique within the scope of the (contracting or planning) process, for a given version of OCDS. In other words, a publisher may publish datasets for different versions of OCDS, and repeat releases within each dataset. The release ID must not contain the number sign (#). For a compiled release, the release ID should be the `ocid` and the maximum `date` among the individual releases used to create the compiled release, separated by a hyphen: {ocid}-{date}.",
"description": "The identifier of the individual release or compiled release. For an individual release, the release ID must be unique within the scope of the (contracting or planning) process, for a given version of OCDS. In other words, a publisher may publish datasets for different versions of OCDS, and repeat releases within each dataset. The release ID must not contain the number sign (#).",
"type": "string",
"minLength": 1,
"omitWhenMerged": true
},
"date": {
"title": "Release Date",
"description": "The date on which the information contained in the release was first recorded in, or published by, any system. For a compiled release, the maximum `date` among the individual releases used to create the compiled release. The release date should be unique within the scope of the (contracting or planning) process, for a given version of OCDS.",
"description": "The date on which the information contained in the release was first recorded in, or published by, any system. The release date should be unique within the scope of the (contracting or planning) process, for a given version of OCDS.",
"type": "string",
"format": "date-time",
"omitWhenMerged": true
Expand Down

0 comments on commit 98a841b

Please sign in to comment.