REST API: Switch to stable version of JSON Schema.

Props danielbachhuber.
Fixes #38635.


git-svn-id: https://develop.svn.wordpress.org/trunk@39106 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Joe Hoyle
2016-11-03 02:21:48 +00:00
parent baf52c815a
commit 7f67e60817
9 changed files with 9 additions and 9 deletions

View File

@@ -1655,7 +1655,7 @@ class WP_REST_Posts_Controller extends WP_REST_Controller {
public function get_item_schema() {
$schema = array(
'$schema' => 'http://json-schema.org/draft-04/schema#',
'$schema' => 'http://json-schema.org/schema#',
'title' => $this->post_type,
'type' => 'object',
// Base properties for every Post.