Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 685 Bytes

File metadata and controls

39 lines (26 loc) · 685 Bytes
title Translation
description Translation protocol schemas

{/* ⚠️ AUTO-GENERATED — DO NOT EDIT. Run build-docs.ts to regenerate. Hand-written docs live in the module folders under content/docs/. */}

**Source:** `packages/spec/src/integration/translation.zod.ts`

TypeScript Usage

import { MessageFormat } from '@objectstack/spec/integration';
import type { MessageFormat } from '@objectstack/spec/integration';

// Validate data
const result = MessageFormat.parse(data);

MessageFormat

Message format/serialization

Allowed Values

  • json
  • xml
  • protobuf
  • avro
  • text
  • binary