require spec in develop entry (#46485)
This commit is contained in:
parent
aa013611bc
commit
703e153404
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
r"\w[\w-]*": {
|
r"\w[\w-]*": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": False,
|
"additionalProperties": False,
|
||||||
|
"required": ["spec"],
|
||||||
"properties": {"spec": {"type": "string"}, "path": {"type": "string"}},
|
"properties": {"spec": {"type": "string"}, "path": {"type": "string"}},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue