Skip to content

Commit

Permalink
deploy: a98ed7d
Browse files Browse the repository at this point in the history
  • Loading branch information
nissimsan committed Nov 14, 2023
1 parent 477e1b0 commit f7900bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion contexts/traceability-v1.jsonld

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ properties:
type: string
$linkedData:
term: uuid
'@id': https://schema.org/identifier
'@id': http://rs.tdwg.org/dwc/terms/resourceID
pid:
title: Persistent Identifier
description: A unique identifier that can be assigned to each record, such as a URL or DOI.
Expand All @@ -36,7 +36,7 @@ properties:
type: string
$linkedData:
term: catalogNumber
'@id': https://schema.org/identifier
'@id': http://rs.tdwg.org/dwc/terms/catalogNumber
additionalProperties: false
required:
- type
Expand Down
4 changes: 2 additions & 2 deletions openapi/openapi.bundled.json
Original file line number Diff line number Diff line change
Expand Up @@ -260282,7 +260282,7 @@
"type": "string",
"$linkedData": {
"term": "uuid",
"@id": "https://schema.org/identifier"
"@id": "http://rs.tdwg.org/dwc/terms/resourceID"
}
},
"pid": {
Expand All @@ -260300,7 +260300,7 @@
"type": "string",
"$linkedData": {
"term": "catalogNumber",
"@id": "https://schema.org/identifier"
"@id": "http://rs.tdwg.org/dwc/terms/catalogNumber"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion testsuite/jest-html-reporters-attach/result.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7900bd

Please sign in to comment.