Skip to content

Commit c9d91fd

Browse files
authored
feat: add 'unknown' as a valid status (#215)
1 parent 5af4078 commit c9d91fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/registry/registry.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"title": "Status",
7777
"maxLength": 255,
7878
"description": "Denotes the status of the widget and its readiness for production.",
79-
"enum": ["stable", "beta", "wip", "deprecated"]
79+
"enum": ["stable", "beta", "wip", "deprecated", "unknown"]
8080
},
8181
"help": {
8282
"type": "string",

0 commit comments

Comments
 (0)