require spec in develop entry (#46485)

This commit is contained in:
Harmen Stoppels 2024-09-19 20:11:22 +02:00 committed by Harmen Stoppels
parent aa013611bc
commit 703e153404

View file

@ -13,6 +13,7 @@
r"\w[\w-]*": {
"type": "object",
"additionalProperties": False,
"required": ["spec"],
"properties": {"spec": {"type": "string"}, "path": {"type": "string"}},
}
},