From 6444bc264c0737b27f1ce2764abb52dfd045ea41 Mon Sep 17 00:00:00 2001 From: Charles Titus Date: Wed, 9 Nov 2022 11:33:07 -0500 Subject: [PATCH 1/2] Removed restrictions on owner, group, sample, and project from run_start document --- event_model/schemas/run_start.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/event_model/schemas/run_start.json b/event_model/schemas/run_start.json index dc3d114f5..b1462fc0c 100644 --- a/event_model/schemas/run_start.json +++ b/event_model/schemas/run_start.json @@ -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" @@ -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"} From ca4434935316f27a588c237ff57f6c3d7fef4853 Mon Sep 17 00:00:00 2001 From: Charles Titus Date: Wed, 9 Nov 2022 11:33:07 -0500 Subject: [PATCH 2/2] Removed restrictions on owner, group, sample, and project from run_start document --- event_model/schemas/run_start.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/event_model/schemas/run_start.json b/event_model/schemas/run_start.json index dc3d114f5..b1462fc0c 100644 --- a/event_model/schemas/run_start.json +++ b/event_model/schemas/run_start.json @@ -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" @@ -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"}