File "CorePluginReference.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/packages/blueprint/src/Steps/schemas/definitions/CorePluginReference.php
File size: 496 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return array(
'type' => 'object',
'properties' => array(
'resource' => array(
'type' => 'string',
'const' => 'wordpress.org/plugins',
'description' => 'Identifies the file resource as a WordPress Core plugin',
),
'slug' => array(
'type' => 'string',
'description' => 'The slug of the WordPress Core plugin',
),
),
'required' => array(
'resource',
'slug',
),
'additionalProperties' => false,
);