Skip to content

Commit

Permalink
Merge pull request #270 from nulib/5174-iiif-collection
Browse files Browse the repository at this point in the history
v.5.6.0 - Update open api spec for new iiif_collection property and version API
  • Loading branch information
kdid authored Oct 24, 2024
2 parents 7ba44d6 + f33e15b commit 99fa4bf
Show file tree
Hide file tree
Showing 9 changed files with 4,319 additions and 3,877 deletions.
6 changes: 6 additions & 0 deletions docs/docs/spec/data-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ components:
id:
type: string
format: uuuid
iiif_collection:
type: string
format: uri
nullable: true
desciption: IIIF collection url
indexed_at:
type: string
format: date-time
Expand Down Expand Up @@ -57,6 +62,7 @@ components:
- featured
- finding_aid_url
- id
- iiif_collection
- indexed_at
- keywords
- modified_date
Expand Down
1,297 changes: 665 additions & 632 deletions lambdas/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lambdas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lambdas",
"version": "2.5.0",
"version": "2.6.0",
"description": "Non-API handler lambdas",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
1,918 changes: 926 additions & 992 deletions layers/api_dependencies/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion layers/api_dependencies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-api-dependencies",
"version": "2.5.0",
"version": "2.6.0",
"description": "NUL Digital Collections API Dependencies",
"repository": "https://github.com/nulib/dc-api-v2",
"author": "nulib",
Expand Down
2,656 changes: 1,546 additions & 1,110 deletions node/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-api-build",
"version": "2.5.0",
"version": "2.6.0",
"description": "NUL Digital Collections API Build Environment",
"repository": "https://github.com/nulib/dc-api-v2",
"author": "nulib",
Expand Down
2,311 changes: 1,172 additions & 1,139 deletions node/src/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dc-api",
"version": "2.5.0",
"version": "2.6.0",
"description": "NUL Digital Collections API",
"repository": "https://github.com/nulib/dc-api-v2",
"author": "nulib",
Expand Down

0 comments on commit 99fa4bf

Please sign in to comment.