|
| 1 | +{ |
| 2 | + "$schema": "http://json-schema.org/draft-07/schema#", |
| 3 | + "$id": "https://json.schemastore.org/partial-fusion-pack-metadata.json", |
| 4 | + "additionalProperties": false, |
| 5 | + "definitions": { |
| 6 | + "fusion-properties": { |
| 7 | + "additionalProperties": false, |
| 8 | + "description": "Fusion options for the current pack\nhttps://github.com/SuperMartijn642/Fusion/wiki", |
| 9 | + "properties": { |
| 10 | + "overrides_folder": { |
| 11 | + "default": "fusion", |
| 12 | + "description": "Folder which contains files which should override regular files when Fusion is loaded\nhttps://github.com/SuperMartijn642/Fusion/wiki/Optional-Fusion-Overwrites", |
| 13 | + "minLength": 1, |
| 14 | + "title": "Fusion Overrides Folder", |
| 15 | + "type": "string" |
| 16 | + } |
| 17 | + }, |
| 18 | + "title": "Fusion Options", |
| 19 | + "type": "object" |
| 20 | + } |
| 21 | + }, |
| 22 | + "description": "Fusion extension for Minecraft resource pack metadata", |
| 23 | + "properties": { |
| 24 | + "filter": { |
| 25 | + "additionalProperties": { |
| 26 | + "additionalProperties": false, |
| 27 | + "description": "A pattern for the current pack\nhttps://minecraft.wiki/w/Data_pack", |
| 28 | + "properties": { |
| 29 | + "namespace": { |
| 30 | + "description": "A namespace regular expression for the current pack\nhttps://minecraft.wiki/w/Data_pack", |
| 31 | + "type": "string" |
| 32 | + }, |
| 33 | + "path": { |
| 34 | + "description": "A path regular expression for the current pack\nhttps://minecraft.wiki/w/Data_pack", |
| 35 | + "type": "string" |
| 36 | + } |
| 37 | + }, |
| 38 | + "title": "pattern", |
| 39 | + "type": "object" |
| 40 | + }, |
| 41 | + "description": "Filter options for the current pack\nhttps://minecraft.wiki/w/Data_pack", |
| 42 | + "title": "filter options", |
| 43 | + "type": "object" |
| 44 | + }, |
| 45 | + "fusion": { |
| 46 | + "$ref": "#/definitions/fusion-properties" |
| 47 | + }, |
| 48 | + "pack": { |
| 49 | + "additionalProperties": false, |
| 50 | + "description": "Options for the current pack\nhttps://minecraft.wiki/w/Data_pack#Contents", |
| 51 | + "properties": { |
| 52 | + "description": { |
| 53 | + "description": "A description for the current pack\nhttps://minecraft.wiki/w/Data_pack#Contents", |
| 54 | + "title": "description" |
| 55 | + }, |
| 56 | + "pack_format": { |
| 57 | + "default": 4, |
| 58 | + "description": "A version for the current pack\nhttps://minecraft.wiki/w/Data_pack#Contents", |
| 59 | + "maximum": 18, |
| 60 | + "minimum": 1, |
| 61 | + "type": "integer" |
| 62 | + } |
| 63 | + }, |
| 64 | + "title": "pack options", |
| 65 | + "type": "object" |
| 66 | + } |
| 67 | + }, |
| 68 | + "title": "Fusion Resource Pack Metadata", |
| 69 | + "type": "object" |
| 70 | +} |
0 commit comments