mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-14 20:27:42 +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"],
|
||||
"properties": {
|
||||
"$schema": {
|
||||
"const": "../category.schema.json"
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"required": ["$schema", "categories", "tags"],
|
||||
"properties": {
|
||||
"$schema": {
|
||||
"const": "../icon.schema.json"
|
||||
"type": "string"
|
||||
},
|
||||
"aliases": {
|
||||
"type": "array",
|
||||
|
||||
Reference in New Issue
Block a user