Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.4
2.4.5
3 changes: 3 additions & 0 deletions src/schema/provenance_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ ENTITIES:
sample_category:
type: string
indexed: true
immutable: true
required_on_create: true # Only require for cerate via POST, not update via PUT
description: "A code representing the type of specimen. Must be an organ, block, section, or suspension"
before_property_create_validators:
Expand Down Expand Up @@ -954,6 +955,7 @@ ENTITIES:
organ:
type: string
indexed: true
immutable: true
description: "Organ code specifier, only set if sample_type == organ. Valid values found in: [organ types](https://github.com/hubmapconsortium/search-api/blob/main/src/search-schema/data/definitions/enums/organ_types.yaml)"
organ_other:
type: string
Expand All @@ -974,6 +976,7 @@ ENTITIES:
direct_ancestor:
type: json_string # dict
generated: true
immutable: true
transient: true
indexed: false
on_read_trigger: get_sample_direct_ancestor
Expand Down