[chore] fix typo in example for `file.fork_name` (#2539)
This commit is contained in:
parent
15be6b3216
commit
6f99ae14c1
|
|
@ -15,7 +15,7 @@ Describes file attributes.
|
|||
| <a id="file-created" href="#file-created">`file.created`</a> | string | Time when the file was created, in ISO 8601 format. [4] | `2021-01-01T12:00:00Z` |  |
|
||||
| <a id="file-directory" href="#file-directory">`file.directory`</a> | string | Directory where the file is located. It should include the drive letter, when appropriate. | `/home/user`; `C:\Program Files\MyApp` |  |
|
||||
| <a id="file-extension" href="#file-extension">`file.extension`</a> | string | File extension, excluding the leading dot. [5] | `png`; `gz` |  |
|
||||
| <a id="file-fork-name" href="#file-fork-name">`file.fork_name`</a> | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifer` |  |
|
||||
| <a id="file-fork-name" href="#file-fork-name">`file.fork_name`</a> | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifier` |  |
|
||||
| <a id="file-group-id" href="#file-group-id">`file.group.id`</a> | string | Primary Group ID (GID) of the file. | `1000` |  |
|
||||
| <a id="file-group-name" href="#file-group-name">`file.group.name`</a> | string | Primary group name of the file. | `users` |  |
|
||||
| <a id="file-inode" href="#file-inode">`file.inode`</a> | string | Inode representing the file in the filesystem. | `256383` |  |
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ groups:
|
|||
value that should populate `fork_name`. `filename.extension` should populate `file.name`, and `extension`
|
||||
should populate `file.extension`. The full path, `file.path`, will include the fork name.
|
||||
stability: development
|
||||
examples: ['Zone.Identifer']
|
||||
examples: ['Zone.Identifier']
|
||||
- id: file.group.id
|
||||
type: string
|
||||
brief: >
|
||||
|
|
|
|||
Loading…
Reference in New Issue