Skip to content

Commit b1f9f1c

Browse files
committed
Use a constant for schema version type
1 parent 2a7b3a5 commit b1f9f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsonschema/src/fields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export type OpeningHours = string;
202202
/**
203203
* A field for the schema version.
204204
*/
205-
export type SchemaVersion = `0.2`;
205+
export type SchemaVersion = "0.2";
206206
/**
207207
* A field for the schema id.
208208
*/

0 commit comments

Comments
 (0)