Skip to content

Commit

Permalink
latest -> 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
normanrz committed Nov 21, 2024
1 parent 8ea81d1 commit 4573829
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '0.2'
- '0.3'
- '0.4'
- '0.5'
- 'latest'
runs-on: ubuntu-20.04
steps:
Expand Down
1 change: 0 additions & 1 deletion 0.5/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ Version History {#history}
<td>2024-11-21</td>
<td>use Zarr v3 in OME-Zarr, see [RFC-2](https://ngff.openmicroscopy.org/rfc/2/index.html).</td>
</tr>

<tr>
<td>0.4.1</td>
<td>2023-02-09</td>
Expand Down
2 changes: 1 addition & 1 deletion 0.5/schemas/_version.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema",
"title": "OME-Zarr Metadata version",
"description": "The version of the OME-Zarr Metadata",
"type": "string",
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/bf2raw.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/bf2raw.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/bf2raw.schema",
"title": "OME-Zarr container produced by bioformats2raw",
"description": "The zarr.json attributes key",
"type": "object",
Expand All @@ -17,7 +17,7 @@
]
},
"version": {
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/image.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/image.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/image.schema",
"title": "OME-Zarr Image",
"description": "The zarr.json attributes key",
"type": "object",
Expand All @@ -16,7 +16,7 @@
"$ref": "#/$defs/omero"
},
"version": {
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/label.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/label.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/label.schema",
"title": "OME-Zarr labelled image schema",
"description": "The zarr.json attributes key",
"type": "object",
Expand All @@ -13,7 +13,7 @@
"$ref": "#/$defs/image-label"
},
"version": {
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/ome.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/ome.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/ome.schema",
"title": "OME-Zarr group produced by bioformats2raw to contain OME metadata",
"description": "The zarr.json attributes key",
"type": "object",
Expand All @@ -18,7 +18,7 @@
"minContains": 1
},
"version": {
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema"
}
},
"required": [
Expand Down
14 changes: 7 additions & 7 deletions 0.5/schemas/ome_zarr.schema
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/ome_zarr.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/ome_zarr.schema",
"anyOf": [
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/bf2raw.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/bf2raw.schema"
},
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/image.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/image.schema"
},
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/label.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/label.schema"
},
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/ome.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/ome.schema"
},
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/plate.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/plate.schema"
},
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/well.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/well.schema"
}
]
}
4 changes: 2 additions & 2 deletions 0.5/schemas/plate.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/0.4/schemas/plate.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/plate.schema",
"title": "OME-Zarr plate schema",
"description": "The zarr.json attributes key",
"type": "object",
Expand Down Expand Up @@ -138,7 +138,7 @@
]
},
"version": {
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema"
}
},
"required": [
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/strict_image.schema
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$id": "https://ngff.openmicroscopy.org/latest/schemas/strict_image.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/strict_image.schema",
"allOf": [
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/image.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/image.schema"
},
{
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/strict_label.schema
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$id": "https://ngff.openmicroscopy.org/latest/schemas/strict_label.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/strict_label.schema",
"allOf": [
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/label.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/label.schema"
},
{
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/strict_plate.schema
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$id": "https://ngff.openmicroscopy.org/latest/schemas/strict_plate.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/strict_plate.schema",
"allOf": [
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/plate.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/plate.schema"
},
{
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions 0.5/schemas/strict_well.schema
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$id": "https://ngff.openmicroscopy.org/latest/schemas/strict_well.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/strict_well.schema",
"allOf": [
{
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/well.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/well.schema"
}
]
}
4 changes: 2 additions & 2 deletions 0.5/schemas/well.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://ngff.openmicroscopy.org/latest/schemas/well.schema",
"$id": "https://ngff.openmicroscopy.org/0.5/schemas/well.schema",
"title": "OME-Zarr well schema",
"description": "JSON from OME-Zarr zarr.json",
"type": "object",
Expand Down Expand Up @@ -41,7 +41,7 @@
]
},
"version": {
"$ref": "https://ngff.openmicroscopy.org/latest/schemas/_version.schema"
"$ref": "https://ngff.openmicroscopy.org/0.5/schemas/_version.schema"
}
},
"required": [
Expand Down
3 changes: 2 additions & 1 deletion specifications/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Specifications
==============

The current released version of the OME-NGFF specification is <a href="../0.4/index.html">0.4</a>.
The current released version of the OME-NGFF specification is <a href="../0.5/index.html">0.5</a>.

The <a href="../latest/index.html">latest</a> version is still undergoing changes and is not yet released.

Expand All @@ -12,5 +12,6 @@ Version history:
<li> <a href="../0.2/index.html">0.2</a> March 2021</li>
<li> <a href="../0.3/index.html">0.3</a> August 2021</li>
<li> <a href="../0.4/index.html">0.4</a> February 2022</li>
<li> <a href="../0.4/index.html">0.5</a> November 2024</li>
<li> <a href="../latest/index.html">latest</a> </li>
</ul>

0 comments on commit 4573829

Please sign in to comment.