We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8600bb6 commit 2a9deb6Copy full SHA for 2a9deb6
2 files changed
format-schemas/index.js
@@ -111,6 +111,8 @@ const PROPERTIES = [
111
"instanceof",
112
113
"tsType",
114
+
115
+ "deprecated",
116
];
117
118
const processJson = processSchema.bind(null, {
schemas-lint/index.js
@@ -50,6 +50,7 @@ for (const filename of schemas) {
50
51
"not",
52
"link",
53
54
55
56
const isReference = (schema) => {
0 commit comments