{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "http://jsonlogic.com/schemas/common/any-wo-array.json",

  "title": "All",
  "description": "Any valid JSON Logic data source, except array primitive.",

  "oneOf": [
    { "$ref": "http://jsonlogic.com/schemas/common/all-operators.json" },

    { "$ref": "http://jsonlogic.com/schemas/common/all-types-wo-array.json" }
  ]
}
