From 24735f8fd7f149e628bf5afed1d7dda580292d94 Mon Sep 17 00:00:00 2001 From: Fernando-A-Rocha Date: Fri, 17 Jan 2025 10:30:56 +0000 Subject: [PATCH] Fix typo --- functions/Cursor/setCursorAlpha.yaml | 2 +- schemas/function.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/Cursor/setCursorAlpha.yaml b/functions/Cursor/setCursorAlpha.yaml index 36b9c54..cef2060 100644 --- a/functions/Cursor/setCursorAlpha.yaml +++ b/functions/Cursor/setCursorAlpha.yaml @@ -3,7 +3,7 @@ client: pair: 'getCursorAlpha' description: | This function is used to change alpha (transparency) from the client's cursor. - preview: + preview_images: - path: '/assets/cursor-alpha.jpg' description: 'Example for setCursorAlpha' parameters: diff --git a/schemas/function.yaml b/schemas/function.yaml index 0e30285..4f71412 100644 --- a/schemas/function.yaml +++ b/schemas/function.yaml @@ -49,7 +49,7 @@ $defs: items: type: string preview_images: - $ref: '#/$defs/preview' + $ref: '#/$defs/preview_images' parameters: $ref: '#/$defs/parameters' ignore_parameters: