Fixed schema

This commit is contained in:
Claudio Sanches 2020-01-09 17:25:10 -03:00
parent 7eded142c7
commit 19b7e278ac
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class WC_REST_System_Status_V2_Controller extends WC_REST_Controller {
'context' => array( 'view' ), 'context' => array( 'view' ),
'readonly' => true, 'readonly' => true,
), ),
'wc_version' => array( 'version' => array(
'description' => __( 'WooCommerce version.', 'woocommerce-rest-api' ), 'description' => __( 'WooCommerce version.', 'woocommerce-rest-api' ),
'type' => 'string', 'type' => 'string',
'context' => array( 'view' ), 'context' => array( 'view' ),