Skip to content

Variable: VersionedEntitySchema

ts
const VersionedEntitySchema: ZodObject<{
  body: ZodOptional<ZodNullable<ZodObject<{
     atlas_doc_format: ZodOptional<ZodNullable<ZodObject<{
        representation: ZodOptional<...>;
        value: ZodOptional<...>;
     }, $loose>>>;
     storage: ZodOptional<ZodNullable<ZodObject<{
        representation: ZodOptional<...>;
        value: ZodOptional<...>;
     }, $loose>>>;
  }, $loose>>>;
  id: ZodOptional<ZodString>;
  title: ZodOptional<ZodNullable<ZodString>>;
}, $loose>;

Defined in: src/v2/models/versionedEntity.ts:5