Skip to content

Commit

Permalink
Update code comment
Browse files Browse the repository at this point in the history
suggestion applied from: #452 (comment)

Co-authored-by: Sergio Moya <[email protected]>
  • Loading branch information
AnimeshKumar923 and smoya authored Nov 22, 2023
1 parent da96b36 commit a71f753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate-schemas-final.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function validation(draft, startFileName, excludedFiles){
delete obj.definitions['http://json-schema.org/draft-04/schema'];
delete obj.definitions['http://json-schema.org/draft-07/schema'];

// Compile the schema
// Validate the schema
const validate = ajv.validateSchema(obj);

// Check if the schema is valid
Expand Down

0 comments on commit a71f753

Please sign in to comment.