Skip to content

Commit

Permalink
Remove enum data from schema and fix pulse file name ref
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-parker1 committed Sep 2, 2024
1 parent ccf0907 commit 012e1a1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ukaea-schema/facility/hive/experiment.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
},
"leadInvestigator": {
"type": "string",
"enum": [
"Stephen Cosser",
"Joshua Whitley",
"James Paterson",
"Ella Bartley",
"Enrico Marcucci",
"Pablo Martin-Hernandez"
],
"$comment": "Link to type @person"
},
"customer": {
Expand All @@ -49,7 +41,7 @@
"type": "boolean"
},
"pulse": {
"$ref": "./hive.pulse.json#"
"$ref": "./pulse.schema.json#"
}
}
}

0 comments on commit 012e1a1

Please sign in to comment.