mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 15:57:41 +01:00
Lessened $schema type strictness (#1718)
* Lessened $schema type strictness * Lessened $schema type strictness
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
"required": ["$schema", "icon", "title"],
|
"required": ["$schema", "icon", "title"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"$schema": {
|
"$schema": {
|
||||||
"const": "../category.schema.json"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
"required": ["$schema", "categories", "tags"],
|
"required": ["$schema", "categories", "tags"],
|
||||||
"properties": {
|
"properties": {
|
||||||
"$schema": {
|
"$schema": {
|
||||||
"const": "../icon.schema.json"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"aliases": {
|
"aliases": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|||||||
Reference in New Issue
Block a user