Skip to content

Commit

Permalink
Merge pull request #68 from Facts-and-Files/feat/item-maniftest
Browse files Browse the repository at this point in the history
Feat/item maniftest
  • Loading branch information
trenc authored Sep 15, 2023
2 parents 06d46be + 53fb94b commit 342fa06
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/Models/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class Item extends Model
'CompletionStatusId',
'ProjectItemId',
'DatasetId',
'Manifest',
'DescriptionLanguage',
'Exported',
'OldItemId',
Expand Down
2 changes: 1 addition & 1 deletion src/storage/api-docs/api-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3

info:
version: 1.13.0
version: 1.14.0
title: Transcribathon Platform API v2
description: This is the documentation of the Transcribathon API v2 used by [https:transcribathon.eu](https://transcribathon.eu/).<br />
For authorization you can use the the bearer token you are provided with.
Expand Down
4 changes: 4 additions & 0 deletions src/storage/api-docs/items-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ ItemsAdditionalDataReferenceSchema:
type: string
description: IIIF JSON string with full image link
example: '{\"@id\":\"rhus-209.man.poznan.pl/fcgi-bin/iipsrv.fcgi?IIIF=11/5//2020601/https___1914_1918_europeana_eu_contributions_17441/17441.245184.original.tif/full/full/0/default.jpg\",\"@type\":\"dctypes:Image\",\"width\":1531,\"height\":2121,\"service\":{\"@id\":\"rhus-209.man.poznan.pl/fcgi-bin/iipsrv.fcgi?IIIF=11/5//2020601/https___1914_1918_europeana_eu_contributions_17441/17441.245184.original.tif\",\"@context\":\"http://iiif.io/api/image/2/context.json\",\"profile\":\"http://iiif.io/api/image/2/level1.json\"}}'
Manifest:
type: string
description: Location of the IIIF manifest
example: https://fresenia.man.poznan.pl/dei/api/transcription/iiif/manifest?recordId=/2020601/https___1914_1918_europeana_eu_contributions_17441
OrderIndex:
type: integer
description: determine the order or the image within a story/record
Expand Down

0 comments on commit 342fa06

Please sign in to comment.