From 61f7e171d4f30a44828a79f00b05625377620508 Mon Sep 17 00:00:00 2001 From: DerekFurstPitt Date: Tue, 13 Feb 2024 13:05:32 -0500 Subject: [PATCH] Bug fix. previously removed shared properties in schema from datasets when it should have been publications. --- src/schema/provenance_schema.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/schema/provenance_schema.yaml b/src/schema/provenance_schema.yaml index 313c0b6a..2f856b52 100644 --- a/src/schema/provenance_schema.yaml +++ b/src/schema/provenance_schema.yaml @@ -271,6 +271,9 @@ ENTITIES: source: true target: true properties: &shared_dataset_properties + <<: *shared_properties + <<: *shared_entity_properties + <<: *doi_properties antibodies: type: list description: "A list of antibodies used in the assay that created the dataset" @@ -539,9 +542,6 @@ ENTITIES: source: true target: true properties: - <<: *shared_properties - <<: *shared_entity_properties - <<: *doi_properties <<: *shared_dataset_properties title: type: string