Coordinate Transformations#

Title: Coordinate Transformations

Type

array

Required

No

Description: OME-Zarr Coordinate transforms.

Array restrictions

Min items

1

Max items

N/A

Items unicity

True

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

root items

-

1. Coordinate Transformations > root items#

Type

combining

Required

No

Additional properties

[Any type: allowed]

All of(Requirement)

coordinateTransformation

item 1

1.1. Property Coordinate Transformations > root items > allOf > coordinateTransformation#

Type

combining

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/coordinateTransformation

Description: OME-NGFF coordinate transformation.

All of(Requirement)

item 0

item 1

1.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 0#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

- name

No

string

No

-

-

+ type

No

string

No

-

-

1.1.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 0 > name#

Type

string

Required

No

1.1.1.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 0 > type#

Type

string

Required

Yes

1.1.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1#

Type

combining

Required

No

Additional properties

[Any type: allowed]

1.1.2.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > identity#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/identity

Description: Identity transformation that maps input coordinates directly to output coordinates without modification.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

1.1.2.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Identity Transformation > type#

Type

const

Required

No

Specific value: "identity"

1.1.2.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > mapAxis#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/mapAxis

Description: Permute axes by mapping input axes to output axes.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ mapAxis

No

array of integer

No

-

An array of integers representing the new axis order as zero-based indices of the input axes.

1.1.2.2.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Map Axis Transformation > type#

Type

const

Required

No

Specific value: "mapAxis"

1.1.2.2.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Map Axis Transformation > mapAxis#

Type

array of integer

Required

Yes

Description: An array of integers representing the new axis order as zero-based indices of the input axes.

Array restrictions

Min items

2

Max items

5

Items unicity

True

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

mapAxis items

-

1.1.2.2.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Map Axis Transformation > mapAxis > mapAxis items#

Type

integer

Required

No

Restrictions

Minimum

≥ 0

Maximum

≤ 4

1.1.2.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > scale#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/scale

Description: Scale transformation that scales coordinates by specified factors along each axis.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ scale

No

array of number

No

-

-

1.1.2.3.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Scale Transformation > type#

Type

const

Required

No

Specific value: "scale"

1.1.2.3.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Scale Transformation > scale#

Type

array of number

Required

Yes

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

scale items

-

1.1.2.3.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Scale Transformation > scale > scale items#

Type

number

Required

No

Restrictions

Minimum

> 0

1.1.2.4. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > translation#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/translation

Description: Translation transformation that shifts coordinates by specified offsets along each axis.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ translation

No

array of number

No

-

-

1.1.2.4.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Translation Transformation > type#

Type

const

Required

No

Specific value: "translation"

1.1.2.4.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Translation Transformation > translation#

Type

array of number

Required

Yes

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

translation items

-

1.1.2.4.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Translation Transformation > translation > translation items#

Type

number

Required

No

1.1.2.5. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > affine#

Type

combining

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/affine

Description: Affine transformation represented by a transformation matrix.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

One of(Option)

item 0

item 1

1.1.2.5.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > oneOf > item 0#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

+ path

No

string

No

-

Path to a zarr array containing the affine matrix.

1.1.2.5.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > oneOf > item 0 > path#

Type

string

Required

Yes

Description: Path to a zarr array containing the affine matrix.

1.1.2.5.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > oneOf > item 1#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

+ affine

No

array of array

No

-

-

1.1.2.5.2.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > oneOf > item 1 > affine#

Type

array of array

Required

Yes

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

affine items

-

1.1.2.5.2.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > oneOf > item 1 > affine > affine items#

Type

array of number

Required

No

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

affine items items

-

1.1.2.5.2.1.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > oneOf > item 1 > affine > affine items > affine items items#

Type

number

Required

No

1.1.2.5.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Affine Transformation > type#

Type

const

Required

No

Specific value: "affine"

1.1.2.6. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > rotation#

Type

combining

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/rotation

Description: Rotation transformation represented by a rotation matrix.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

One of(Option)

item 0

item 1

1.1.2.6.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 0#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

+ path

No

string

No

-

Path to a zarr array containing the rotation matrix.

1.1.2.6.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 0 > path#

Type

string

Required

Yes

Description: Path to a zarr array containing the rotation matrix.

1.1.2.6.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

+ rotation

No

Combination

No

-

-

1.1.2.6.2.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation#

Type

combining

Required

Yes

Additional properties

[Any type: allowed]

One of(Option)

item 0

item 1

item 2

item 3

1.1.2.6.2.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 0#

Type

array of array

Required

No

Array restrictions

Min items

2

Max items

2

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 0 items

-

1.1.2.6.2.1.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 0 > item 0 items#

Type

array of number

Required

No

Array restrictions

Min items

2

Max items

2

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 0 items items

-

1.1.2.6.2.1.1.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 0 > item 0 items > item 0 items items#

Type

number

Required

No

1.1.2.6.2.1.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 1#

Type

array of array

Required

No

Array restrictions

Min items

3

Max items

3

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 1 items

-

1.1.2.6.2.1.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 1 > item 1 items#

Type

array of number

Required

No

Array restrictions

Min items

3

Max items

3

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 1 items items

-

1.1.2.6.2.1.2.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 1 > item 1 items > item 1 items items#

Type

number

Required

No

1.1.2.6.2.1.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 2#

Type

array of array

Required

No

Array restrictions

Min items

4

Max items

4

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 2 items

-

1.1.2.6.2.1.3.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 2 > item 2 items#

Type

array of number

Required

No

Array restrictions

Min items

4

Max items

4

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 2 items items

-

1.1.2.6.2.1.3.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 2 > item 2 items > item 2 items items#

Type

number

Required

No

1.1.2.6.2.1.4. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 3#

Type

array of array

Required

No

Array restrictions

Min items

5

Max items

5

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 3 items

-

1.1.2.6.2.1.4.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 3 > item 3 items#

Type

array of number

Required

No

Array restrictions

Min items

5

Max items

5

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

item 3 items items

-

1.1.2.6.2.1.4.1.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > oneOf > item 1 > rotation > oneOf > item 3 > item 3 items > item 3 items items#

Type

number

Required

No

1.1.2.6.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Rotation Transformation > type#

Type

const

Required

No

Specific value: "rotation"

1.1.2.7. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > bijection#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/bijection

Description: A pair of forward and inverse coordinate transformations.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ forward

No

object

No

Same as items_allOf_i0

OME-NGFF coordinate transformation.

+ inverse

No

object

No

Same as items_allOf_i0

OME-NGFF coordinate transformation.

1.1.2.7.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Bijection Transformation > type#

Type

const

Required

No

Specific value: "bijection"

1.1.2.7.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Bijection Transformation > forward#

Type

combining

Required

Yes

Additional properties

[Any type: allowed]

Same definition as

items_allOf_i0

Description: OME-NGFF coordinate transformation.

1.1.2.7.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Bijection Transformation > inverse#

Type

combining

Required

Yes

Additional properties

[Any type: allowed]

Same definition as

items_allOf_i0

Description: OME-NGFF coordinate transformation.

1.1.2.8. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > sequence#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/sequence

Description: A sequence of transformations applied in order.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ transformations

No

array

No

-

-

1.1.2.8.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Sequence Transformation > type#

Type

const

Required

No

Specific value: "sequence"

1.1.2.8.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Sequence Transformation > transformations#

Type

array

Required

Yes

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

coordinateTransformation

OME-NGFF coordinate transformation.

1.1.2.8.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Sequence Transformation > transformations > coordinateTransformation#

Type

combining

Required

No

Additional properties

[Any type: allowed]

Same definition as

items_allOf_i0

Description: OME-NGFF coordinate transformation.

1.1.2.9. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > byDimension#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/byDimension

Description: A set of transformations applied independently to each dimension.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ transformations

No

array of object

No

-

-

1.1.2.9.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > type#

Type

const

Required

No

Specific value: "byDimension"

1.1.2.9.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations#

Type

array of object

Required

Yes

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

transformations items

-

1.1.2.9.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations > transformations items#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

+ transformation

No

object

No

Same as items_allOf_i0

OME-NGFF coordinate transformation.

+ input_axes

No

array of number

No

-

Names of the input axes for this transformation.

+ output_axes

No

array of number

No

-

Names of the output axes for this transformation.

1.1.2.9.2.1.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations > transformations items > transformation#

Type

combining

Required

Yes

Additional properties

[Any type: allowed]

Same definition as

items_allOf_i0

Description: OME-NGFF coordinate transformation.

1.1.2.9.2.1.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations > transformations items > input_axes#

Type

array of number

Required

Yes

Description: Names of the input axes for this transformation.

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

input_axes items

-

1.1.2.9.2.1.2.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations > transformations items > input_axes > input_axes items#

Type

number

Required

No

1.1.2.9.2.1.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations > transformations items > output_axes#

Type

array of number

Required

Yes

Description: Names of the output axes for this transformation.

Array restrictions

Min items

N/A

Max items

N/A

Items unicity

False

Additional items

False

Tuple validation

See below

Each item of this array must be

Description

output_axes items

-

1.1.2.9.2.1.3.1. Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > By Dimension Transformation > transformations > transformations items > output_axes > output_axes items#

Type

number

Required

No

1.1.2.10. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > displacements#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/displacements

Description: Transformation defined by a displacement field stored in a zarr array.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ path

No

string

No

-

Path to the zarr array containing the displacement field.

- interpolation

No

enum (of string)

No

-

Interpolation method to use when applying the displacement field.

1.1.2.10.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Displacement Field Transformation > type#

Type

const

Required

No

Specific value: "displacements"

1.1.2.10.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Displacement Field Transformation > path#

Type

string

Required

Yes

Description: Path to the zarr array containing the displacement field.

1.1.2.10.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Displacement Field Transformation > interpolation#

Type

enum (of string)

Required

No

Default

"linear"

Description: Interpolation method to use when applying the displacement field.

Must be one of:

  • “nearest”

  • “linear”

  • “cubic”

1.1.2.11. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > coordinates#

Type

object

Required

No

Additional properties

[Any type: allowed]

Defined in

#/$defs/coordinates

Description: Transformation defined by a coordinate field stored in a zarr array.

Property

Pattern

Type

Deprecated

Definition

Title/Description

- type

No

const

No

-

-

+ path

No

string

No

-

Path to the zarr array containing the coordinate field.

- interpolation

No

enum (of string)

No

-

Interpolation method to use when applying the coordinate field.

1.1.2.11.1. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Coordinate Field Transformation > type#

Type

const

Required

No

Specific value: "coordinates"

1.1.2.11.2. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Coordinate Field Transformation > path#

Type

string

Required

Yes

Description: Path to the zarr array containing the coordinate field.

1.1.2.11.3. Property Coordinate Transformations > root items > allOf > item 0 > allOf > item 1 > oneOf > Coordinate Field Transformation > interpolation#

Type

enum (of string)

Required

No

Default

"linear"

Description: Interpolation method to use when applying the coordinate field.

Must be one of:

  • “nearest”

  • “linear”

  • “cubic”

1.2. Property Coordinate Transformations > root items > allOf > item 1#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

+ input

No

Combination

No

-

-

+ output

No

Combination

No

-

-

1.2.1. Property Coordinate Transformations > root items > allOf > item 1 > input#

Type

combining

Required

Yes

Additional properties

[Any type: allowed]

One of(Option)

item 0

item 1

1.2.1.1. Property Coordinate Transformations > root items > allOf > item 1 > input > oneOf > item 0#

Type

string

Required

No

1.2.1.2. Property Coordinate Transformations > root items > allOf > item 1 > input > oneOf > item 1#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

- name

No

string

No

-

-

- path

No

string

No

-

-

1.2.1.2.1. Property Coordinate Transformations > root items > allOf > item 1 > input > oneOf > item 1 > name#

Type

string

Required

No

1.2.1.2.2. Property Coordinate Transformations > root items > allOf > item 1 > input > oneOf > item 1 > path#

Type

string

Required

No

1.2.2. Property Coordinate Transformations > root items > allOf > item 1 > output#

Type

combining

Required

Yes

Additional properties

[Any type: allowed]

One of(Option)

item 0

item 1

1.2.2.1. Property Coordinate Transformations > root items > allOf > item 1 > output > oneOf > item 0#

Type

string

Required

No

1.2.2.2. Property Coordinate Transformations > root items > allOf > item 1 > output > oneOf > item 1#

Type

object

Required

No

Additional properties

[Any type: allowed]

Property

Pattern

Type

Deprecated

Definition

Title/Description

- name

No

string

No

-

-

- path

No

string

No

-

-

1.2.2.2.1. Property Coordinate Transformations > root items > allOf > item 1 > output > oneOf > item 1 > name#

Type

string

Required

No

1.2.2.2.2. Property Coordinate Transformations > root items > allOf > item 1 > output > oneOf > item 1 > path#

Type

string

Required

No


Generated using json-schema-for-humans on 2026-04-01 at 17:39:15 +0000