{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://jsonlogic.com/schemas/common/trinary-args.json","title":"Trinary Args","description":"Up to three args of valid JSON Logic data source.","oneOf":[{"title":"Array","description":"An array with one or three elements.","type":"array","minItems":1,"maxItems":3,"items":{"$ref":"http://jsonlogic.com/schemas/common/any.json"}},{"$ref":"http://jsonlogic.com/schemas/common/any-wo-array.json","title":"Single Arg","description":"Note: trinary operators can also take a single, non array argument:"}]}
