Skip to content

Commit

Permalink
test(*): update jsdoc and typedef
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Casey <[email protected]>
  • Loading branch information
jonathan-casey committed Nov 10, 2023
1 parent 2f5b920 commit f184fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/codegen/fromcto/jsonschema/jsonschemavisitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class JSONSchemaVisitor {

/**
* Get the validators for a field or a scalar definition in JSON schema form.
* @param {Object} type - the scalar declaration being visited
* @param {String} type - the field type
* @param {bool} [isScalarUUID] - flag to indicate given field type is scalar uuid
* @param {bool} [validator] - the field validator
* @return {Object} the result of visiting or null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ declare class JSONSchemaVisitor {
getDecorators(decorated: object): object;
/**
* Get the validators for a field or a scalar definition in JSON schema form.
* @param {Object} type - the scalar declaration being visited
* @param {String} type - the field type
* @param {bool} [isScalarUUID] - flag to indicate given field type is scalar uuid
* @param {bool} [validator] - the field validator
* @return {Object} the result of visiting or null
Expand Down

0 comments on commit f184fe3

Please sign in to comment.