Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wellcomecollection/catalogue-pipeline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0bfa4f27e6760f78ca0f389494fbe78a7dcb2652
Choose a base ref
..
head repository: wellcomecollection/catalogue-pipeline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 829f64779af4d133839b7304935aa1224f9ffe80
Choose a head ref
Showing with 1 addition and 0 deletions.
  1. +1 −0 catalogue_graph/src/models/indexable_concept.py
1 change: 1 addition & 0 deletions catalogue_graph/src/models/indexable_concept.py
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ class ConceptDisplay(BaseModel):
identifiers: list[ConceptDisplayIdentifier]
label: str
alternativeLabels: list[str] = field(default_factory=list)
description: str
type: str