Make WordPress Core


Ignore:
Timestamp:
11/03/2016 02:21:48 AM (8 years ago)
Author:
joehoyle
Message:

REST API: Switch to stable version of JSON Schema.

Props danielbachhuber.
Fixes #38635.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php

    r39097 r39106  
    200200    public function get_item_schema() {
    201201        $schema = array(
    202             '$schema'              => 'http://json-schema.org/draft-04/schema#',
     202            '$schema'              => 'http://json-schema.org/schema#',
    203203            'title'                => 'type',
    204204            'type'                 => 'object',
Note: See TracChangeset for help on using the changeset viewer.