Skip to content

Commit

Permalink
fix(icon.schema.json): add dependentRequired on deprecated properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsa committed Mar 8, 2024
1 parent d51aa9b commit 3032134
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions icon.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@
"deprecationReason": {
"type": "string"
}
},
"dependentRequired": {
"deprecated": ["deprecationReason"]
}
}
]
Expand Down Expand Up @@ -78,5 +81,8 @@
"type": "string"
}
},
"dependentRequired": {
"deprecated": ["deprecationReason"]
},
"description": "A JSON Schema for icons defined by Lucide Icons."
}

0 comments on commit 3032134

Please sign in to comment.