{"$schema":"http://json-schema.org/draft-07/schema#","$id":"http://jsonlogic.com/schemas/operators/array/some.json","title":"some","description":"These operations take an array, and perform a test on each member of that array.\nThe most interesting part of these operations is that inside the test code, var operations are relative to the array element being tested.\nIt can be useful to use {\"var\":\"\"} to get the entire array element within the test.","type":"object","additionalProperties":false,"required":["some"],"properties":{"some":{"$ref":"http://jsonlogic.com/schemas/common/binary-args.json"}},"examples":[{"some":[[-1,0,1],{">":[{"var":""},0]}]},{"some":[{"var":"pies"},{"==":[{"var":"filling"},"apple"]}]}]}
