require spec in develop entry (#46485)

This commit is contained in:
Harmen Stoppels 2024-09-19 20:11:22 +02:00 committed by GitHub
parent 0e9f131b44
commit db7aece186
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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