Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions event_model/schemas/run_start.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@
"type": "array", "items": {"type": "string"},
"description": "An optional list of data access groups that have meaning to some external system. Examples might include facility, beamline, end stations, proposal, safety form."
},
"project": {
"type": "string",
"description": "Name of project that this run is part of"
},
"sample": {
"type": ["object", "string"],
"description": "Information about the sample, may be a UID to another collection"
},
"scan_id": {
"type": "integer",
"description": "Scan ID number, not globally unique"
Expand All @@ -104,14 +96,6 @@
"type": "string",
"description": "Globally unique ID for this run"
},
"group": {
"type": "string",
"description": "Unix group to associate this data with"
},
"owner": {
"type": "string",
"description": "Unix owner to associate this data with"
},
"projections": {
"type": "array",
"items": {"$ref": "#/definitions/projections"}
Expand Down