Changes between Version 29 and Version 30 of Ticket #56494, comment 4
- Timestamp:
- 10/03/2022 04:24:43 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56494, comment 4
v29 v30 157 157 ==== 3. Skip performing "Task" on schema 158 158 159 In the **original implementation** if the schema had no `type ⊃ 'object'` then the "Task" was skipped. For example the "Task" was not performed on this schema:159 In the **original implementation** if the schema had no `type ⊃ 'object'` then the "Task" was skipped. For example the "Task" was not performed on this wrong schema: 160 160 161 161 {{{#!php 162 162 <?php 163 163 [ 164 'type' => 'string', 164 165 'properties' => [...] 165 166 ]