add icon_dark and icon_light to schema

pull/10/head
Tim Cappalli 2023-08-09 21:16:35 +00:00
parent 99ab6efd2f
commit 32bd9bc442
No known key found for this signature in database
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,16 @@
"properties": { "properties": {
"name": { "name": {
"type": "string" "type": "string"
},
"icon_dark": {
"type": "string",
"pattern": "^data:image\/svg\\+xml;base64,(.*)$",
"description": "SVG base64 encoded as a data URI"
},
"icon_light": {
"type": "string",
"pattern": "^data:image\/svg\\+xml;base64,(.*)$",
"description": "SVG base64 encoded as a data URI"
} }
}, },
"required": [ "required": [