Skip to content

Commit

Permalink
Add enum types for facility
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-parker1 committed Sep 2, 2024
1 parent fc33231 commit 0701cf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ukaea-schema/facility/facility.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
"properties": {
"facility_id": {
"description": "A unique identifier for the facility.",
"type": "string"
"type": "string",
"enum": [
"HIVE",
"MAST-U"
]
},
"description": {
"description": "A brief summary of the facility's purpose and objectives.",
Expand Down

0 comments on commit 0701cf5

Please sign in to comment.