Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feature/event-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Jul 2, 2024
2 parents c0153b7 + 2d73856 commit 2fa8106
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions data-model/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ COPY fdo-profile/annotation/0.1.0/schema schema-root/schemas/fdo-profile/annotat
COPY fdo-profile/digital-specimen/0.1.0/schema/ schema-root/schemas/fdo-profile/digital-specimen/0.1.0
COPY fdo-profile/doi-kernel/0.1.0/schema schema-root/schemas/fdo-profile/doi-kernel/0.1.0
COPY fdo-profile/handle-kernel/0.1.0/schema schema-root/schemas/fdo-profile/handle-kernel/0.1.0
COPY fdo-profile/mapping/0.1.0/schema schema-root/schemas/fdo-profile/mapping/0.1.0
COPY fdo-profile/data-mapping/0.1.0/schema schema-root/schemas/fdo-profile/data-mapping/0.1.0
COPY fdo-profile/mas/0.1.0/schema schema-root/schemas/fdo-profile/mas/0.1.0
COPY fdo-profile/media-object/0.1.0/schema schema-root/schemas/fdo-profile/media-object/0.1.0
COPY fdo-profile/digital-media/0.1.0/schema schema-root/schemas/fdo-profile/digital-media/0.1.0
COPY fdo-profile/organisation/0.1.0/schema schema-root/schemas/fdo-profile/organisation/0.1.0
COPY fdo-profile/source-system/0.1.0/schema schema-root/schemas/fdo-profile/source-system/0.1.0
COPY fdo-profile/tettris-service/0.1.0/schema schema-root/schemas/fdo-profile/tettris-service/0.1.0
Expand All @@ -21,9 +21,9 @@ COPY fdo-profile/annotation/0.1.0/schema schema-root/schemas/fdo-profile/annotat
COPY fdo-profile/digital-specimen/0.1.0/schema/ schema-root/schemas/fdo-profile/digital-specimen/latest
COPY fdo-profile/doi-kernel/0.1.0/schema schema-root/schemas/fdo-profile/doi-kernel/latest
COPY fdo-profile/handle-kernel/0.1.0/schema schema-root/schemas/fdo-profile/handle-kernel/latest
COPY fdo-profile/mapping/0.1.0/schema schema-root/schemas/fdo-profile/mapping/latest
COPY fdo-profile/data-mapping/0.1.0/schema schema-root/schemas/fdo-profile/data-mapping/latest
COPY fdo-profile/mas/0.1.0/schema schema-root/schemas/fdo-profile/mas/latest
COPY fdo-profile/media-object/0.1.0/schema schema-root/schemas/fdo-profile/media-object/latest
COPY fdo-profile/digital-media/0.1.0/schema schema-root/schemas/fdo-profile/digital-media/latest
COPY fdo-profile/organisation/0.1.0/schema schema-root/schemas/fdo-profile/organisation/latest
COPY fdo-profile/source-system/0.1.0/schema schema-root/schemas/fdo-profile/source-system/latest
COPY fdo-profile/tettris-service/0.1.0/schema schema-root/schemas/fdo-profile/tettris-service/latest
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/mapping/0.1.0/mapping-request.json",
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/data-mapping/0.1.0/data-mapping-request.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "FDO Profile for mapping from source data standard to DiSSCo data model",
"description": "Request to publish FDO Profile for data mapping from source data standard to DiSSCo data model",
"$comment": "FDO Profile Version 0.1.0",
"properties": {
"data": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/mapping/0.1.0/mapping.json",
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/data-mapping/0.1.0/data-mapping.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "FDO Profile for mapping from source data standard to DiSSCo data model",
"description": "FDO Profile for data mapping from source data standard to DiSSCo data model",
"$comment": "FDO Profile Version 0.1.0",
"properties": {
"fdoProfile" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pidRecordIssueNumber": 1,
"structuralType": "digital",
"pidStatus": "TEST",
"referentType": "mediaObject",
"referentType": "Digital Media",
"referentDoiName": "TEST/J7C-4MC-1HK",
"referentName": "https://doi.org/21.T11148/bbad8c4e101e8af01115 for TEST/VNG-KCR-A4C",
"primaryReferentType": "creation",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/media-object/0.1.0/media-object-request.json",
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/digital-media/0.1.0/digital-media-request.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "Schema for creating new PID records for media objects using the DiSSCO PID API. API maps requests to media-object.json profile",
"description": "Schema for creating new PID records for digital media using the DiSSCO PID API. API maps requests to digital-media.json profile",
"$comment": "FDO Profile Version 0.1.0",
"properties": {
"data": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/media-object/0.1.0/media-object.json",
"$id": "https://schemas.dissco.tech/schemas/fdo-profile/digital-media/0.1.0/digital-media.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"description": "FDO Profile for digital media object",
"$comment": "FDO Profile Version 0.1.0",
Expand Down

0 comments on commit 2fa8106

Please sign in to comment.