Skip to content

Commit

Permalink
Create vectorBasedImage.schema.tpl.json
Browse files Browse the repository at this point in the history
  • Loading branch information
UlrikeS91 authored Dec 3, 2024
1 parent 1c38315 commit 3157fcd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions schemas/dataType/vectorBasedImage.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"required": [
"dataLocation",
"dimension"
],
"properties": {
"dataLocation": {
"_instruction": "Add the location of the file in which this vector-based image is stored.",
"_linkedTypes": [
"core:File"
]
},
"dimension": {
"type": "integer",
"maximum": 3,
"minimum": 2,
"_instruction": "Enter the dimensions of this vector-based image for two-dimensional spaces as [x, y] or for three-dimensional space as [x, y, z]."
},
"software": {
"_instruction": "Add the software version that was used to create this vector-based image.",
"_embeddedTypes": [
"core:SoftwareVersion"
]
}
}
}

0 comments on commit 3157fcd

Please sign in to comment.