From a7e8f3a8a8266f4b86aaddefb217ba780cd56d6a Mon Sep 17 00:00:00 2001 From: Robert Sidney Cox Date: Tue, 26 Mar 2024 18:23:51 -0400 Subject: [PATCH] take out extra biosample donor_id --- content/json_schema/AnVILBioCoreMinimal.schema.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/json_schema/AnVILBioCoreMinimal.schema.json b/content/json_schema/AnVILBioCoreMinimal.schema.json index 5bf2fc9..7d93443 100644 --- a/content/json_schema/AnVILBioCoreMinimal.schema.json +++ b/content/json_schema/AnVILBioCoreMinimal.schema.json @@ -38,9 +38,6 @@ "description": "Upper bound for age of donor at time sample was taken. If any age at collection data is present, must specify a unit as well.", "type": "number" }, - "donor_id": { - "type": "string" - }, "donor_id_fk": { "$ref": "#/$defs/AnvilDonor", "description": "This property references the Donor organism from which the BioSample was acquired."