Commit 232f6467 authored by Nikolay Belokolodov's avatar Nikolay Belokolodov

Remove deprecated status from json schema

parent b259d408
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
}, },
"status": { "status": {
"type": ["string"], "type": ["string"],
"enum": ["active", "deprecated", "removed", "broken"] "enum": ["active", "removed", "broken"]
}, },
"milestone": { "milestone": {
"type": ["string"], "type": ["string"],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment