From 76548016dd3b28f84cf7be2f161e35f092a22124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Urba=C5=84czyk?= Date: Tue, 27 Sep 2022 13:50:27 +0200 Subject: [PATCH] feat(rulesets): update packages/functions/src/optionSchemas.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jakub Rożek --- packages/functions/src/optionSchemas.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/functions/src/optionSchemas.ts b/packages/functions/src/optionSchemas.ts index 8b27d4659..9b97a5331 100644 --- a/packages/functions/src/optionSchemas.ts +++ b/packages/functions/src/optionSchemas.ts @@ -172,6 +172,7 @@ export const optionSchemas: Record = { type: 'object', description: 'Assigns a unique id (by reference to the JS object) to a schema. It is used to optimize the creation of a validation function for a given schema; a given function will be stored by given id and retrieved between execution of validation.', + 'x-internal': true, }, prepareResults: { 'x-internal': true,