Skip to content

Commit

Permalink
Bug fix. previously removed shared properties in schema from datasets…
Browse files Browse the repository at this point in the history
… when

it should have been publications.
  • Loading branch information
DerekFurstPitt committed Feb 13, 2024
1 parent d8da1f8 commit 61f7e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -539,9 +542,6 @@ ENTITIES:
source: true
target: true
properties:
<<: *shared_properties
<<: *shared_entity_properties
<<: *doi_properties
<<: *shared_dataset_properties
title:
type: string
Expand Down

0 comments on commit 61f7e17

Please sign in to comment.