We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af4078 commit c9d91fdCopy full SHA for c9d91fd
1 file changed
src/registry/registry.schema.json
@@ -76,7 +76,7 @@
76
"title": "Status",
77
"maxLength": 255,
78
"description": "Denotes the status of the widget and its readiness for production.",
79
- "enum": ["stable", "beta", "wip", "deprecated"]
+ "enum": ["stable", "beta", "wip", "deprecated", "unknown"]
80
},
81
"help": {
82
"type": "string",
0 commit comments