Skip to content

Commit a926f99

Browse files
committed
Fix deprecated property in StringJsonSchema
1 parent 0d32805 commit a926f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsonSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface StringJsonSchema {
6161
anyOf?: Array<StringJsonSchema>,
6262
const?: string,
6363
default?: string,
64-
deprecated?: string,
64+
deprecated?: boolean,
6565
description?: string,
6666
enum?: Array<string>,
6767
examples?: Array<string>,

0 commit comments

Comments
 (0)