From 455a6b463882377298e3b33ad65638360ad21ec7 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Tue, 10 Mar 2026 17:33:30 +0100 Subject: [PATCH] Change '_linkedTypes' to '_embeddedTypes' in schema --- schemas/activity/MRIAcquisition.schema.tpl.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/activity/MRIAcquisition.schema.tpl.json b/schemas/activity/MRIAcquisition.schema.tpl.json index 90405b7..1302691 100644 --- a/schemas/activity/MRIAcquisition.schema.tpl.json +++ b/schemas/activity/MRIAcquisition.schema.tpl.json @@ -9,7 +9,7 @@ "properties": { "contrastAgent": { "_instruction": "Add the contrast agent(s) administered for this acquisition, including for each the agent identity and administered amount; if no contrast agent was used, leave this field null. Include all agents given prior to or during the scan.", - "_linkedTypes": [ + "_embeddedTypes": [ "chemicals:AmountOfChemical" ], "minItems": 1,