Make WordPress Core


Ignore:
Timestamp:
09/26/2020 06:18:53 PM (4 years ago)
Author:
TimothyBlynJacobs
Message:

REST API: Support the minProperties and maxProperties JSON Schema keywords.

Props yakimun.
Fixes #51023.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/rest-api/rest-controller.php

    r48951 r49053  
    292292        }
    293293
    294         foreach ( array( 'properties', 'additionalProperties' ) as $property ) {
     294        foreach ( array( 'properties', 'additionalProperties', 'minProperties', 'maxProperties' ) as $property ) {
    295295            $this->assertArrayHasKey( $property, $args['someobject'] );
    296296        }
Note: See TracChangeset for help on using the changeset viewer.