Skip to content

Commit

Permalink
# fixed invalid schemas
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed May 14, 2024
1 parent 78f7daf commit 6048ee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/src/linter/SchemasValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export default class SchemasValidator {
this.root_folder = root_folder
this.ajv = new AJV({ strict: true, discriminator: true })
addFormats(this.ajv)
// this.ajv.addKeyword('x-data-type')
}

validate (): ValidationError[] {
Expand Down

0 comments on commit 6048ee6

Please sign in to comment.