string matching "file"
Indicates that this is a file resource
string
Absolute path of file
JSON Schema:
{
"type": "object",
"properties": {
"kind": {
"pattern": "file",
"required": true,
"type": "string",
"description": "Indicates that this is a file resource"
},
"name": {
"required": true,
"type": "string",
"description": "Absolute path of file"
}
}
}