Skip to content

Commit

Permalink
Use the default schema version...
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgardner committed Jul 8, 2019
1 parent 3c0dd54 commit a4dc4a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/astGenerators/schemaBoilerplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export function generateSchemaBoilerplate(
) {
const schema = {
$id: ROOT_SCHEMA_ID,
$schema: 'http://json-schema.org/draft-07/schema#',
definitions: schemaDefinitions,
};

Expand Down

0 comments on commit a4dc4a2

Please sign in to comment.