diff --git a/0.4/examples/valid_strict/image.json b/0.4/examples/valid_strict/image.json index fdd24a71..e6affa00 100644 --- a/0.4/examples/valid_strict/image.json +++ b/0.4/examples/valid_strict/image.json @@ -24,7 +24,12 @@ ] } ], - "version": "0.4" + "version": "0.4", + "name": "simple_image", + "type": "foo", + "metadata": { + "key": "value" + } } ] } \ No newline at end of file diff --git a/0.4/examples/valid_strict/image_omero.json b/0.4/examples/valid_strict/image_omero.json index 2b209ba9..6bf2070b 100644 --- a/0.4/examples/valid_strict/image_omero.json +++ b/0.4/examples/valid_strict/image_omero.json @@ -68,7 +68,12 @@ ] } ], - "version": "0.4" + "version": "0.4", + "name": "image_with_omero_metadata", + "type": "foo", + "metadata": { + "key": "value" + } } ], "omero": { diff --git a/0.4/examples/valid_strict/multiscales_transformations.json b/0.4/examples/valid_strict/multiscales_transformations.json index f9c2af46..82836d0f 100644 --- a/0.4/examples/valid_strict/multiscales_transformations.json +++ b/0.4/examples/valid_strict/multiscales_transformations.json @@ -36,7 +36,12 @@ "type": "scale" } ], - "version": "0.4" + "version": "0.4", + "name": "image_with_coordinateTransformations", + "type": "foo", + "metadata": { + "key": "value" + } } ] } \ No newline at end of file