Skip to content

Commit

Permalink
Require project.status = "finished" for final schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 31, 2024
1 parent e4ea160 commit 597d949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp-meta/resources/schema-metadata-final.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
"type": "string",
"description": "The status of the dataset.",
"enum": [
"ongoing",
"finished"
],
"default": "ongoing"
Expand Down Expand Up @@ -269,6 +268,7 @@
"required": [
"__type",
"shortcode",
"status",
"name",
"description",
"startDate",
Expand Down

0 comments on commit 597d949

Please sign in to comment.