mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-28 21:10:16 +00:00
REST API: Support the patternProperties JSON Schema keyword.
Props yakimun. Fixes #51024. git-svn-id: https://develop.svn.wordpress.org/trunk@49082 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -121,6 +121,11 @@ class WP_REST_Test_Controller extends WP_REST_Controller {
|
||||
'type' => 'integer',
|
||||
),
|
||||
),
|
||||
'patternProperties' => array(
|
||||
'[0-9]' => array(
|
||||
'type' => 'string',
|
||||
),
|
||||
),
|
||||
'minProperties' => 1,
|
||||
'maxProperties' => 10,
|
||||
'ignored_prop' => 'ignored_prop',
|
||||
|
||||
Reference in New Issue
Block a user