Added blocks 1.17

This commit is contained in:
DaanV2
2021-08-22 00:15:58 +02:00
parent 286794dae0
commit 5e465f3220
56 changed files with 943 additions and 9 deletions

View File

@@ -21,13 +21,13 @@
{
"description": "An array of colors",
"type": "array",
"items": { "type": "string", "description": "Color", "title": "Color", "format": "color-hex" }
"items": { "type": "string", "description": "Color", "title": "Color", "format": "color-hex", "examples": ["#FFFFFF"] }
},
{
"description": "An object of colors",
"type": "object",
"propertyNames": { "pattern": "(^[\\-0-9]+$|^[\\-0-9]+\\.[\\-0-9]+$)" },
"additionalProperties": { "type": "string", "description": "Color", "format": "color-hex" }
"additionalProperties": { "type": "string", "description": "Color", "format": "color-hex", "examples": ["#FFFFFF"] }
},
{
"description": "An array of colors",