{
  "title": "Test",
  "type": "object",
  "properties": {
    "array-all-objects": {
      "type": "array",
      "items": {
        "allOf": [
          {
            "properties": {
              "foo": {
                "type": "string"
              }
            }
          },
          {
            "properties": {
              "bar": {
                "type": "string"
              }
            }
          }
        ],
        "type": "object"
      }
    }
  }
}
