1
0
Fork 0

Restrict "feature" and "animation" keys (#21895)

This commit is contained in:
Joel Challis 2023-09-20 14:13:51 +01:00 committed by GitHub
parent 16ad362e67
commit cdff9b8da7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -29,6 +29,10 @@
"minLength": 1,
"maxLength": 250
},
"snake_case": {
"type": "string",
"pattern": "^[a-z][a-z0-9_]*$"
},
"layout_macro": {
"oneOf": [
{