From 6f99ae14c11da26eba8d7238da910c9bc8a6a9b6 Mon Sep 17 00:00:00 2001 From: Jochen Schalanda Date: Mon, 21 Jul 2025 17:03:02 +0200 Subject: [PATCH] [chore] fix typo in example for `file.fork_name` (#2539) --- docs/registry/attributes/file.md | 2 +- model/file/registry.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registry/attributes/file.md b/docs/registry/attributes/file.md index bc8f34755..e1af7f0e8 100644 --- a/docs/registry/attributes/file.md +++ b/docs/registry/attributes/file.md @@ -15,7 +15,7 @@ Describes file attributes. | `file.created` | string | Time when the file was created, in ISO 8601 format. [4] | `2021-01-01T12:00:00Z` | ![Development](https://img.shields.io/badge/-development-blue) | | `file.directory` | string | Directory where the file is located. It should include the drive letter, when appropriate. | `/home/user`; `C:\Program Files\MyApp` | ![Development](https://img.shields.io/badge/-development-blue) | | `file.extension` | string | File extension, excluding the leading dot. [5] | `png`; `gz` | ![Development](https://img.shields.io/badge/-development-blue) | -| `file.fork_name` | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifer` | ![Development](https://img.shields.io/badge/-development-blue) | +| `file.fork_name` | string | Name of the fork. A fork is additional data associated with a filesystem object. [6] | `Zone.Identifier` | ![Development](https://img.shields.io/badge/-development-blue) | | `file.group.id` | string | Primary Group ID (GID) of the file. | `1000` | ![Development](https://img.shields.io/badge/-development-blue) | | `file.group.name` | string | Primary group name of the file. | `users` | ![Development](https://img.shields.io/badge/-development-blue) | | `file.inode` | string | Inode representing the file in the filesystem. | `256383` | ![Development](https://img.shields.io/badge/-development-blue) | diff --git a/model/file/registry.yaml b/model/file/registry.yaml index 84824fbce..d66188da4 100644 --- a/model/file/registry.yaml +++ b/model/file/registry.yaml @@ -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: >