UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -5,12 +5,12 @@
"title": "TODO",
"description": "TODO",
"properties": {
"name": { "type": "string", "description": "TODO description", "title": "TODO Title" },
"name": { "type": "string", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"states": {
"type": "object",
"propertyNames": { "pattern": "\\w*:?\\w+" },
"additionalProperties": { "oneOf": [{ "type": "boolean" }, { "type": "integer" }, { "type": "string" }] },
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title"
}
}

View File

@@ -5,7 +5,7 @@
"title": "TODO",
"description": "TODO",
"properties": {
"numerator": { "type": "number", "minimum": 1, "description": "TODO description", "title": "TODO Title" },
"denominator": { "type": "number", "minimum": 1, "description": "TODO description", "title": "TODO Title" }
"numerator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTATED", "title": "TODO Title" },
"denominator": { "type": "number", "minimum": 1, "description": "UNDOCUMENTATED", "title": "TODO Title" }
}
}

View File

@@ -41,5 +41,5 @@
"the_end",
"warm"
],
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -2,5 +2,5 @@
"$id": "blockception.minecraft.general.1.8.0.blocks.item",
"type": "string",
"title": "Block Name",
"description": "TODO description"
"description": "UNDOCUMENTATED"
}

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.general.1.8.0.entity.damage",
"type": "string",
"title": "Entity Damage Name",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"enum": [
"all",
"anvil",

View File

@@ -39,10 +39,10 @@
"description": "This is the minimum version of the game that this pack was written for. This helps the game identify whether any backwards compatibility is needed for your pack. You should always use the highest version currently available when creating packs",
"title": "Min Engine Version"
},
"lock_template_options": { "type": "boolean", "description": "TODO description: lock template options", "title": "Lock Template Options" },
"base_game_version": { "$ref": "#/definitions/version", "description": "TODO description: base game version", "title": "Base Game Version" }
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTATED: lock template options", "title": "Lock Template Options" },
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTATED: base game version", "title": "Base Game Version" }
},
"description": "TODO description: header",
"description": "UNDOCUMENTATED: header",
"title": "Header"
},
"modules": {
@@ -51,7 +51,7 @@
"items": {
"additionalProperties": false,
"type": "object",
"description": "TODO description: modules",
"description": "UNDOCUMENTATED: modules",
"title": "Modules",
"required": ["type", "uuid", "version"],
"properties": {
@@ -78,7 +78,7 @@
}
}
},
"description": "TODO description: modules"
"description": "UNDOCUMENTATED: modules"
},
"dependencies": {
"type": "array",
@@ -99,7 +99,7 @@
"title": "Version"
}
},
"description": "TODO description: dependencies",
"description": "UNDOCUMENTATED: dependencies",
"title": "Dependencies"
},
"title": "Dependencies"
@@ -134,7 +134,7 @@
},
"license": { "type": "string", "description": "The license of the pack", "title": "License" },
"url": { "type": "string", "description": "The home website of your pack", "title": "Url" },
"description": "TODO description: metadata",
"description": "UNDOCUMENTATED: metadata",
"title": "Metadata"
}
}

View File

@@ -53,7 +53,7 @@
"title": "Version"
}
},
"description": "TODO description: dependencies",
"description": "UNDOCUMENTATED: dependencies",
"title": "Dependencies"
},
"title": "Dependencies"

View File

@@ -2,7 +2,7 @@
"$id": "blockception.minecraft.world_x_packs",
"type": "array",
"title": "World X Pack Schema",
"description": "TODO description",
"description": "UNDOCUMENTATED",
"examples": [[{ "pack_id": "UUID", "version": [1, 0, 0] }]],
"definitions": { "uuidv4": { "$ref": "./UUIDV4.json" }, "version": { "$ref": "./Version.json" } },
"items": {
@@ -11,7 +11,7 @@
"pack_id": { "description": "The uuid of the pack to include", "$ref": "#/definitions/uuidv4", "title": "Pack Id" },
"version": { "description": "The version of the pack", "$ref": "#/definitions/version", "title": "Version" }
},
"description": "TODO description: items",
"description": "UNDOCUMENTATED: items",
"title": "Items"
}
}