Skip to content

Commit

Permalink
Add required metadata to valid_strict examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Feb 2, 2022
1 parent 244efbe commit dff4057
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion 0.4/examples/valid_strict/image.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
]
}
],
"version": "0.4"
"version": "0.4",
"name": "simple_image",
"type": "foo",
"metadata": {
"key": "value"
}
}
]
}
7 changes: 6 additions & 1 deletion 0.4/examples/valid_strict/image_omero.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@
]
}
],
"version": "0.4"
"version": "0.4",
"name": "image_with_omero_metadata",
"type": "foo",
"metadata": {
"key": "value"
}
}
],
"omero": {
Expand Down
7 changes: 6 additions & 1 deletion 0.4/examples/valid_strict/multiscales_transformations.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@
"type": "scale"
}
],
"version": "0.4"
"version": "0.4",
"name": "image_with_coordinateTransformations",
"type": "foo",
"metadata": {
"key": "value"
}
}
]
}

0 comments on commit dff4057

Please sign in to comment.