From 9680d2ef197b7b7c6ea9d6c098347b9efbd3f160 Mon Sep 17 00:00:00 2001 From: 3096 <7045393+3096@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:26:58 -0800 Subject: [PATCH] fix: schema description for file type --- docs/schema.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/schema.yaml b/docs/schema.yaml index 661ae527..e1cce668 100644 --- a/docs/schema.yaml +++ b/docs/schema.yaml @@ -125,6 +125,10 @@ definitions: - file - symlink - directory + - socket + - character-device + - block-device + - pipe contains: type: array description: Check file content for these patterns. can be a string or a pattern @@ -585,7 +589,7 @@ properties: file: type: object - description: "Validates the state of a file, directory, or symbolic link" + description: "Validates the state of a file, directory, socket, symbolic link, character-device, block-device, or pipe" additionalProperties: $ref: "#/definitions/fileTest"