Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions schemas/atlas/annotation.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
"type"
],
"properties": {
"anchorPoint": {
"type": "array",
"minItems": 2,
"maxItems": 3,
"_instruction": "Enter the coordinates of the anchor point for this annotation (e.g., its centroid in two dimensional space as [x, y] or in three dimensional space as [x, y, z]).",
"_embeddedTypes": [
"core:QuantitativeValue"
]
},
"criteria": {
"_instruction": "Add the protocol execution defining the criteria that were applied to produce this annotation.",
"_linkedTypes": [
Expand Down
Loading