Skip to content

Commit

Permalink
add status to schema-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 26, 2024
1 parent 9a1e589 commit c324f0c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/domain_model/schema-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@
"description": "The four digit hexadecimal project shortcode, assigned to the project by the DaSCH.",
"pattern": "^[0-9A-F]{4}$"
},
"status": {
"type": "string",
"description": "The status of the dataset.",
"enum": [
"ongoing",
"finished"
],
"default": "Ongoing"
},
"name": {
"type": "string",
"description": "The name of the project"
Expand Down

0 comments on commit c324f0c

Please sign in to comment.