From cc21078423688bc7dc1f4e76132c2a0c7eb1f9f2 Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Thu, 24 Apr 2025 14:16:57 -0400 Subject: [PATCH] added rui_exemption field to provenance schema. --- src/schema/provenance_schema.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/schema/provenance_schema.yaml b/src/schema/provenance_schema.yaml index dbb3351b..f88898ef 100644 --- a/src/schema/provenance_schema.yaml +++ b/src/schema/provenance_schema.yaml @@ -1026,6 +1026,10 @@ ENTITIES: type: json_string indexed: true description: "The sample location and orientation in the ancestor organ as specified in the RUI tool." + rui_exemption: + type: boolean + indexed: true + description: "Identifies Sample Blocks that are exempt from spatial registration via RUI." visit: type: string indexed: true