Variable: PrimaryBodyRepresentationSchema
ts
const PrimaryBodyRepresentationSchema: ZodEnum<{
atlas_doc_format: "atlas_doc_format";
storage: "storage";
}>;Defined in: src/v2/models/primaryBodyRepresentation.ts:7
The primary formats a body can be represented as. A subset of BodyRepresentation. These formats are the only allowed formats in certain use cases.