Skip to content

Commit

Permalink
feat(rulesets): update packages/functions/src/optionSchemas.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Rożek <jakub@rozek.tech>
  • Loading branch information
magicmatatjahu and P0lip committed Sep 27, 2022
1 parent 67e31d4 commit 6a1b284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/functions/src/optionSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const optionSchemas: Record<string, CustomFunctionOptionsSchema> = {
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,
Expand Down

0 comments on commit 6a1b284

Please sign in to comment.