UNPKG

dynamodb-toolbox

Version:

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

6 lines (5 loc) 195 B
import { getFormattedValueJSONSchema } from './schema.js'; export const getFormattedListJSONSchema = (schema) => ({ type: 'array', items: getFormattedValueJSONSchema(schema.elements) });