File "VFSReference.php"
Full Path: /home/romayxjt/public_html/wp-content/plugins/woocommerce/packages/blueprint/src/Steps/schemas/definitions/VFSReference.php
File size: 468 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
return array(
'type' => 'object',
'properties' => array(
'resource' => array(
'type' => 'string',
'const' => 'vfs',
'description' => 'Identifies the file resource as Virtual File System (VFS)',
),
'path' => array(
'type' => 'string',
'description' => 'The path to the file in the VFS',
),
),
'required' => array( 'resource', 'path' ),
'additionalProperties' => false,
);