diff --git a/acs-split.schema.json b/acs-split.schema.json index fca36c0..0b285c4 100644 --- a/acs-split.schema.json +++ b/acs-split.schema.json @@ -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" } } }, @@ -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 } }, diff --git a/acs.schema.json b/acs.schema.json index a29e638..f7d69c3 100644 --- a/acs.schema.json +++ b/acs.schema.json @@ -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" } } }, @@ -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 } }, diff --git a/clothes.schema.json b/clothes.schema.json index 4c8e13d..960e12f 100644 --- a/clothes.schema.json +++ b/clothes.schema.json @@ -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" } } }, diff --git a/hair.schema.json b/hair.schema.json index 39ff561..0cc1609 100644 --- a/hair.schema.json +++ b/hair.schema.json @@ -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" } } },