- Timestamp:
- 08/17/2020 01:40:59 AM (5 years ago)
- Location:
- branches/5.5
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/rest-api/rest-test-controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.5
-
branches/5.5/tests/phpunit/tests/rest-api/rest-test-controller.php
r47923 r48807 102 102 ), 103 103 'somearray' => array( 104 'type' => 'array',105 'items' => array(104 'type' => 'array', 105 'items' => array( 106 106 'type' => 'string', 107 107 ), 108 'minItems' => 1, 109 'maxItems' => 10, 110 'context' => array( 'view' ), 108 'minItems' => 1, 109 'maxItems' => 10, 110 'uniqueItems' => true, 111 'context' => array( 'view' ), 111 112 ), 112 113 'someobject' => array(
Note: See TracChangeset
for help on using the changeset viewer.