Skip to content

Commit

Permalink
Merge branch 'main' into Resolve-npm-vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Jan 28, 2025
2 parents c57ca71 + 398cdd7 commit 7d18fbc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions reference/catalogue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,12 @@ paths:
enum:
- workType
- genres.label
- genres
- production.dates
- subjects.label
- subjects
- contributors.agent.label
- contributors.agent
- items.locations.license
- languages
- availabilities
Expand All @@ -78,7 +81,7 @@ paths:
description: Filter the work by genre.
schema:
type: string
- name: genres.concepts
- name: genres
in: query
description: Filter works by canonical IDs of genre concepts.
schema:
Expand All @@ -88,7 +91,7 @@ paths:
description: Filter works by subject label (e.g. <a href="https://api.wellcomecollection.org/catalogue/v2/works?include=subjects&subjects.label=World%20history%20-%20Early%20works%20to%201800">World history - Early works to 1800</a>).
schema:
type: string
- name: subjects.concepts
- name: subjects
in: query
description: Filter works by canonical IDs of subject concepts.
schema:
Expand All @@ -98,7 +101,7 @@ paths:
description: Filter the work by contributor.
schema:
type: string
- name: contributors.concepts
- name: contributors.agent
in: query
description: Filter works by canonical IDs of contributor concepts.
schema:
Expand Down

0 comments on commit 7d18fbc

Please sign in to comment.