Make WordPress Core


Ignore:
Timestamp:
09/27/2020 07:01:18 PM (4 years ago)
Author:
TimothyBlynJacobs
Message:

REST API: Support the multipleOf JSON Schema keyword.

Props yakimun.
Fixes #51022.

File:
1 edited

Legend:

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

    r49053 r49063  
    4747                'someinteger'    => array(
    4848                    'type'             => 'integer',
     49                    'multipleOf'       => 10,
    4950                    'minimum'          => 100,
    5051                    'maximum'          => 200,
Note: See TracChangeset for help on using the changeset viewer.