Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
southeo committed Feb 26, 2024
1 parent 0d43cfd commit 5e8884c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@
},
"sourceUrl": {
"type": "string",
"$comment": "points to PID for the virtual collection",
"examples": [
"https://info.taxonomy.com"
"https://hdl.handle.net/10.22/111-AAA"
]
},
"paidService": {
Expand Down Expand Up @@ -172,11 +173,15 @@
},
"facilityLocation": {
"type": "string",
"examples": ["Barcelona"]
"examples": [
"Barcelona"
]
},
"taxonomicScope" :{
"taxonomicScope": {
"type": "string",
"examples": ["Bombus"]
"examples": [
"Bombus"
]
},
"media": {
"type": "array",
Expand All @@ -189,7 +194,6 @@
]
]
}
}
},
"required": [
"title",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"$ref": "https://schemas.dissco.tech/schemas/fdo-profiles/0.1.0/handle-kernel.json"
}
],
:
"",
"resourceType": {
"enum": [
"Digital",
Expand Down

0 comments on commit 5e8884c

Please sign in to comment.