We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df73a2 commit 7c82276Copy full SHA for 7c82276
packages/json-schemas/schemas/template/action/create-resource.json
@@ -94,6 +94,7 @@
94
"additionalProperties": false
95
},
96
"propertyNames": {
97
+ "type": "string",
98
"pattern": "^[a-z-A-Z]+(-?[a-z-A-Z0-9]+)*$",
99
"minLength": 1,
100
"description": "The ID of the component.",
@@ -412,12 +413,13 @@
412
413
"type": "object",
414
"description": "A map of experience indexes to variable names.",
415
416
417
"description": "The index of the experience in the list.",
418
"pattern": "^[0-9]+$",
419
420
"examples": [
- 0,
- 1
421
+ "0",
422
+ "1"
423
]
424
425
"additionalProperties": {
0 commit comments