UNPKG

ajv-json-logic

Version:
131 lines (127 loc) 3.27 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var $schema = "http://json-schema.org/draft-07/schema#"; var $id = "http://jsonlogic.com/schemas/common/all-operators.json"; var title = "All Operators"; var description = "Any valid JSON Logic data source, expect primitive types."; var oneOf = [ { $ref: "http://jsonlogic.com/schemas/operators/accessor/variable.json" }, { $ref: "http://jsonlogic.com/schemas/operators/accessor/missing.json" }, { $ref: "http://jsonlogic.com/schemas/operators/accessor/missing_some.json" }, { $ref: "http://jsonlogic.com/schemas/operators/arithmetic/add.json" }, { $ref: "http://jsonlogic.com/schemas/operators/arithmetic/divide.json" }, { $ref: "http://jsonlogic.com/schemas/operators/arithmetic/modulo.json" }, { $ref: "http://jsonlogic.com/schemas/operators/arithmetic/multiply.json" }, { $ref: "http://jsonlogic.com/schemas/operators/arithmetic/subtract.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/all.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/filter.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/map.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/merge.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/none.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/reduce.json" }, { $ref: "http://jsonlogic.com/schemas/operators/array/some.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/and.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/equal.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/if.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/not.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/notEqual.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/notnot.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/or.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/strictEqual.json" }, { $ref: "http://jsonlogic.com/schemas/operators/logic/strictNotEqual.json" }, { $ref: "http://jsonlogic.com/schemas/operators/misc/in.json" }, { $ref: "http://jsonlogic.com/schemas/operators/misc/log.json" }, { $ref: "http://jsonlogic.com/schemas/operators/misc/method.json" }, { $ref: "http://jsonlogic.com/schemas/operators/numeric/greater.json" }, { $ref: "http://jsonlogic.com/schemas/operators/numeric/greaterEqual.json" }, { $ref: "http://jsonlogic.com/schemas/operators/numeric/less.json" }, { $ref: "http://jsonlogic.com/schemas/operators/numeric/lessEqual.json" }, { $ref: "http://jsonlogic.com/schemas/operators/numeric/max.json" }, { $ref: "http://jsonlogic.com/schemas/operators/numeric/min.json" }, { $ref: "http://jsonlogic.com/schemas/operators/string/cat.json" }, { $ref: "http://jsonlogic.com/schemas/operators/string/substr.json" } ]; var allOperators = { $schema: $schema, $id: $id, title: title, description: description, oneOf: oneOf }; exports.$id = $id; exports.$schema = $schema; exports.default = allOperators; exports.description = description; exports.oneOf = oneOf; exports.title = title; //# sourceMappingURL=all-operators.json.cjs.map