diff --git a/src/types.ts b/src/types.ts index d457a1a..001e061 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,5 @@ export interface JSONSchema { + $schema?: string; $ref?: string; title?: string; properties?: { [key: string]: JSONSchema };