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