Skip to article frontmatterSkip to article content

OME-Zarr plate schema

Title: OME-Zarr plate schema

Typeobject
RequiredNo
Additional propertiesAny type allowed

Description: The zarr.json attributes key

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ omeNoobjectNo-The versioned OME-Zarr Metadata namespace

1. Property OME-Zarr plate schema > ome

Typeobject
RequiredYes
Additional propertiesAny type allowed

Description: The versioned OME-Zarr Metadata namespace

PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ plateNoobjectNo--
+ versionNoobjectNoIn https://ngff.openmicroscopy.org/0.6.dev1/schemas/_version.schema😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️

1.1. Property OME-Zarr plate schema > ome > plate

Typeobject
RequiredYes
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
- acquisitionsNoarray of objectNo-The acquisitions for this plate
- field_countNointegerNo-The maximum number of fields per view across all wells
- nameNostringNo-The name of the plate
+ columnsNoarray of objectNo-The columns of the plate
+ rowsNoarray of objectNo-The rows of the plate
+ wellsNoarray of objectNo-The wells of the plate

1.1.1. Property OME-Zarr plate schema > ome > plate > acquisitions

Typearray of object
RequiredNo

Description: The acquisitions for this plate

Array restrictions
Min itemsN/A
Max itemsN/A
Items unicityFalse
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
acquisitions items-
1.1.1.1. OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items
Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ idNointegerNo-A unique identifier within the context of the plate
- maximumfieldcountNointegerNo-The maximum number of fields of view for the acquisition
- nameNostringNo-The name of the acquisition
- descriptionNostringNo-The description of the acquisition
- starttimeNointegerNo-The start timestamp of the acquisition, expressed as epoch time i.e. the number seconds since the Epoch
- endtimeNointegerNo-The end timestamp of the acquisition, expressed as epoch time i.e. the number seconds since the Epoch
1.1.1.1.1. Property OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items > id
Typeinteger
RequiredYes

Description: A unique identifier within the context of the plate

Restrictions
Minimum≥ 0
1.1.1.1.2. Property OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items > maximumfieldcount
Typeinteger
RequiredNo

Description: The maximum number of fields of view for the acquisition

Restrictions
Minimum> 0
1.1.1.1.3. Property OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items > name
Typestring
RequiredNo

Description: The name of the acquisition

1.1.1.1.4. Property OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items > description
Typestring
RequiredNo

Description: The description of the acquisition

1.1.1.1.5. Property OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items > starttime
Typeinteger
RequiredNo

Description: The start timestamp of the acquisition, expressed as epoch time i.e. the number seconds since the Epoch

Restrictions
Minimum≥ 0
1.1.1.1.6. Property OME-Zarr plate schema > ome > plate > acquisitions > acquisitions items > endtime
Typeinteger
RequiredNo

Description: The end timestamp of the acquisition, expressed as epoch time i.e. the number seconds since the Epoch

Restrictions
Minimum≥ 0

1.1.2. Property OME-Zarr plate schema > ome > plate > field_count

Typeinteger
RequiredNo

Description: The maximum number of fields per view across all wells

Restrictions
Minimum> 0

1.1.3. Property OME-Zarr plate schema > ome > plate > name

Typestring
RequiredNo

Description: The name of the plate

1.1.4. Property OME-Zarr plate schema > ome > plate > columns

Typearray of object
RequiredYes

Description: The columns of the plate

Array restrictions
Min items1
Max itemsN/A
Items unicityTrue
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
columns items-
1.1.4.1. OME-Zarr plate schema > ome > plate > columns > columns items
Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ nameNostringNo-The column name
1.1.4.1.1. Property OME-Zarr plate schema > ome > plate > columns > columns items > name
Typestring
RequiredYes

Description: The column name

Restrictions
Must match regular expression^[A-Za-z0-9]+$ Test

1.1.5. Property OME-Zarr plate schema > ome > plate > rows

Typearray of object
RequiredYes

Description: The rows of the plate

Array restrictions
Min items1
Max itemsN/A
Items unicityTrue
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
rows items-
1.1.5.1. OME-Zarr plate schema > ome > plate > rows > rows items
Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ nameNostringNo-The row name
1.1.5.1.1. Property OME-Zarr plate schema > ome > plate > rows > rows items > name
Typestring
RequiredYes

Description: The row name

Restrictions
Must match regular expression^[A-Za-z0-9]+$ Test

1.1.6. Property OME-Zarr plate schema > ome > plate > wells

Typearray of object
RequiredYes

Description: The wells of the plate

Array restrictions
Min items1
Max itemsN/A
Items unicityTrue
Additional itemsFalse
Tuple validationSee below
Each item of this array must beDescription
wells items-
1.1.6.1. OME-Zarr plate schema > ome > plate > wells > wells items
Typeobject
RequiredNo
Additional propertiesAny type allowed
PropertyPatternTypeDeprecatedDefinitionTitle/Description
+ pathNostringNo-The path to the well subgroup
+ rowIndexNointegerNo-The index of the well in the rows list
+ columnIndexNointegerNo-The index of the well in the columns list
1.1.6.1.1. Property OME-Zarr plate schema > ome > plate > wells > wells items > path
Typestring
RequiredYes

Description: The path to the well subgroup

Restrictions
Must match regular expression^[A-Za-z0-9]+/[A-Za-z0-9]+$ Test
1.1.6.1.2. Property OME-Zarr plate schema > ome > plate > wells > wells items > rowIndex
Typeinteger
RequiredYes

Description: The index of the well in the rows list

Restrictions
Minimum≥ 0
1.1.6.1.3. Property OME-Zarr plate schema > ome > plate > wells > wells items > columnIndex
Typeinteger
RequiredYes

Description: The index of the well in the columns list

Restrictions
Minimum≥ 0

1.2. Property OME-Zarr plate schema > ome > version

Typeobject
RequiredYes
Additional propertiesAny type allowed
Defined inhttps://ngff.openmicroscopy.org/0.6.dev1/schemas/_version.schema

Description: 😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️


Generated using json-schema-for-humans on 2025-10-28 at 10:58:12 +0000