Variable: BodySummarySchema
ts
const BodySummarySchema: ZodObject<{
atlas_doc_format: ZodOptional<ZodNullable<ZodObject<{
representation: ZodOptional<ZodString>;
value: ZodOptional<ZodString>;
}, $loose>>>;
storage: ZodOptional<ZodNullable<ZodObject<{
representation: ZodOptional<ZodString>;
value: ZodOptional<ZodString>;
}, $loose>>>;
}, $loose>;Defined in: src/v2/models/bodySummary.ts:6
Contains fields for each representation type requested.