o11y_schema
Version:
o11y schema repo
8 lines (7 loc) • 400 B
JavaScript
export { error_status as errorStatusSchema } from './error_status.js';
export { event as eventSchema } from './event.js';
export { mcf as mcfSchema } from './mcf.js';
export { priming as primingSchema } from './priming.js';
export { search as searchSchema } from './search.js';
export { status as statusSchema } from './status.js';
export { sync_status as syncStatusSchema } from './sync_status.js';