Skip to main content

Variable: MultiscalesAttrsSchema

const MultiscalesAttrsSchema: ZodObject<{ multiscales: ZodObject<{ layout: ZodArray<ZodObject<{ asset: ZodString; derived_from: ZodOptional<ZodString>; resampling_method: ZodOptional<ZodString>; spatial:shape: ZodOptional<ZodTuple<[ZodInt, ZodInt], null>>; spatial:transform: ZodOptional<ZodTuple<[ZodNumber, ZodNumber, ZodNumber, ZodNumber, ZodNumber, ZodNumber], null>>; transform: ZodOptional<ZodObject<{ scale: ZodOptional<...>; translation: ZodOptional<...>; }, $strip>>; }, $loose>>; resampling_method: ZodOptional<ZodString>; }, $strip>; }, $strip>

Defined in: schemas.ts:60