UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

5 lines (4 loc) 201 B
import { getFormattedValueJSONSchema } from './schema.js'; export const getFormattedAnyOfJSONSchema = (schema) => ({ anyOf: schema.elements.map(element => getFormattedValueJSONSchema(element)) });