UNPKG

json-schema-to-es-mapping

Version:
19 lines (17 loc) 273 B
const arrays = { numberOfChildren: { description: "Children parented", type: "array", items: [ { type: "number", format: "integer", name: "childCount", enum: [0, 1, 2] } ] } }; module.exports = { arrays };