Skip to content

Commit

Permalink
Create image.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent f199f87 commit a19bd4f
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions schemas/dataType/image.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"_categories": [
"image"
],
"required": [
"coordinateSpace"
],
"properties": {
"additionalRemarks": {
"type": "string",
"_instruction": "Enter any additional remarks concerning this image."
},
"compressionType": {
"_instruction": "Add the method that was used to compress this image.",
"_linkedTypes": [
"controlledTerms:ImageCompressionType"
]
},
"compressionRatio": {
"_instruction": "Enter the percentage that was used to reduce the size of this image compared to the original file size.",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"coordinateSpace": {
"_instruction": "Add the coordinate space in which this image exists in.",
"_linkedTypes": [
"sands:CommonCoordinateSpaceVersion",
"sands:CustomCoordinateSpace"
]
},
"lookupLabel": {
"type": "string",
"_instruction": "Enter a lookup label for this image that may help you to find this instance more easily."
}
}
}

0 comments on commit a19bd4f

Please sign in to comment.