Skip to content

Commit

Permalink
Fix schema issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamscached committed Mar 29, 2024
1 parent 2e79fb5 commit 8f62891
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions acs-split.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
"thumb": { "$ref": "#/$defs/filename" },
"group": { "type": "string" },
"visible_when_locked": { "type": "boolean", "default": true },
"select_dlg": { "$ref": "#/$defs/string_list" }
"select_dlg": { "$ref": "#/$defs/string_list" },
"hover_dlg": { "$ref": "#/$defs/string_list" }
}
},

Expand All @@ -117,7 +118,7 @@
"acs_type": { "type": "string", "default": null },
"mux_type": { "$ref": "#/$defs/string_list" },
"giftname": { "$ref": "#/$defs/filename" },
"dlg_desc": { "type": "string", "pattern": "^[^A-Z]*$" },
"dlg_desc": { "type": "string" },
"dlg_plural": { "type": "boolean" },
"keep_on_desk": { "type": "boolean", "default": false }
},
Expand Down
5 changes: 3 additions & 2 deletions acs.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"thumb": { "$ref": "#/$defs/filename" },
"group": { "type": "string" },
"visible_when_locked": { "type": "boolean", "default": true },
"select_dlg": { "$ref": "#/$defs/string_list" }
"select_dlg": { "$ref": "#/$defs/string_list" },
"hover_dlg": { "$ref": "#/$defs/string_list" }
}
},

Expand All @@ -84,7 +85,7 @@
"acs_type": { "type": "string", "default": null },
"mux_type": { "$ref": "#/$defs/string_list" },
"giftname": { "$ref": "#/$defs/filename" },
"dlg_desc": { "type": "string", "pattern": "^[^A-Z]*$" },
"dlg_desc": { "type": "string" },
"dlg_plural": { "type": "boolean" },
"keep_on_desk": { "type": "boolean", "default": false }
},
Expand Down
3 changes: 2 additions & 1 deletion clothes.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"thumb": { "$ref": "#/$defs/filename" },
"group": { "type": "string" },
"visible_when_locked": { "type": "boolean", "default": true },
"select_dlg": { "$ref": "#/$defs/string_list" }
"select_dlg": { "$ref": "#/$defs/string_list" },
"hover_dlg": { "$ref": "#/$defs/string_list" }
}
},

Expand Down
3 changes: 2 additions & 1 deletion hair.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"thumb": { "$ref": "#/$defs/filename" },
"group": { "type": "string" },
"visible_when_locked": { "type": "boolean", "default": true },
"select_dlg": { "$ref": "#/$defs/string_list" }
"select_dlg": { "$ref": "#/$defs/string_list" },
"hover_dlg": { "$ref": "#/$defs/string_list" }
}
},

Expand Down

0 comments on commit 8f62891

Please sign in to comment.