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-test-controller.php

    r48796 r49053  
    121121                        ),
    122122                    ),
     123                    'minProperties'        => 1,
     124                    'maxProperties'        => 10,
    123125                    'ignored_prop'         => 'ignored_prop',
    124126                    'context'              => array( 'view' ),
Note: See TracChangeset for help on using the changeset viewer.