Skip to content

Commit e5d692f

Browse files
committed
chore: add new option to types
1 parent 1635ff5 commit e5d692f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export interface Options {
55
readonly skipReadOnly?: boolean;
66
readonly skipWriteOnly?: boolean;
77
readonly quiet?: boolean;
8-
readonly enablePatterns?: boolean
8+
readonly enablePatterns?: boolean;
9+
readonly format?: 'json' | 'xml';
910
}
1011

1112
export function sample(schema: JSONSchema7, options?: Options, document?: object): unknown;

0 commit comments

Comments
 (0)