Skip to content

Commit

Permalink
Added audiences and renamed Series to Collection
Browse files Browse the repository at this point in the history
  • Loading branch information
rognlien committed Dec 15, 2023
1 parent bd0b359 commit 488ef2c
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions bblrm-specification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,20 @@ components:
title:
$ref: '#/components/schemas/WorkTitle'


audiences:
description: The intended audience(s) of this work
type: array
items:
type: string
enum:
- 10
- 11
- 12
- 13
- 14
- 15

contributors:
type: array
items:
Expand All @@ -129,7 +143,7 @@ components:
series:
type: array
items:
$ref: "#/components/schemas/SeriesReference"
$ref: "#/components/schemas/CollectionReference"


Agent:
Expand Down Expand Up @@ -177,7 +191,7 @@ components:
- A12
- B01

SeriesReference:
CollectionReference:
type: object
properties:
id:
Expand Down

0 comments on commit 488ef2c

Please sign in to comment.