UNPKG

ajv-json-logic

Version:
32 lines (28 loc) 779 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var $schema = "http://json-schema.org/draft-07/schema#"; var $id = "http://jsonlogic.com/schemas/common/any-wo-array.json"; var title = "All"; var description = "Any valid JSON Logic data source, except array primitive."; var oneOf = [ { $ref: "http://jsonlogic.com/schemas/common/all-operators.json" }, { $ref: "http://jsonlogic.com/schemas/common/all-types-wo-array.json" } ]; var anyWoArray = { $schema: $schema, $id: $id, title: title, description: description, oneOf: oneOf }; exports.$id = $id; exports.$schema = $schema; exports.default = anyWoArray; exports.description = description; exports.oneOf = oneOf; exports.title = title; //# sourceMappingURL=any-wo-array.json.cjs.map