Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
immortalist
/
wp-content
/
plugins
/
woocommerce
/
packages
/
blueprint
/
src
/
Steps
/
schemas
/
definitions
:
DirectoryLiteralReference.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php return array( 'type' => 'object', 'additionalProperties' => false, 'properties' => array( 'resource' => array( 'type' => 'string', 'const' => 'literal:directory', 'description' => 'Identifies the file resource as a git directory', ), 'files' => array( '$ref' => '#/definitions/FileTree', ), 'name' => array( 'type' => 'string', ), ), 'required' => array( 'files', 'name', 'resource', ), );