Skip to content

Commit

Permalink
chore: json value.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Jan 2, 2025
1 parent 6060f4c commit 8f096a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tombi.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"title": "Enable or disable the schema.",
"anyOf": [
{
"$ref": "#/$defs/SchemaEnabled"
"$ref": "#/$defs/Enabled"
},
{
"type": "null"
Expand All @@ -218,7 +218,7 @@
},
"additionalProperties": false
},
"SchemaEnabled": {
"Enabled": {
"type": "boolean"
},
"SchemaCatalog": {
Expand Down

0 comments on commit 8f096a6

Please sign in to comment.