Adding dots to description
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
"header": {
|
||||
"required": ["name", "uuid", "version"],
|
||||
"properties": {
|
||||
"name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft", "title": "Name" },
|
||||
"name": { "type": "string", "default": 0, "description": "This is the name of the pack as it appears within Minecraft.", "title": "Name" },
|
||||
"description": {
|
||||
"type": "string",
|
||||
"default": 0,
|
||||
@@ -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": "Minimum Engine Version"
|
||||
},
|
||||
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options", "title": "Lock Template Options" },
|
||||
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version", "title": "Base Game Version" }
|
||||
"lock_template_options": { "type": "boolean", "description": "UNDOCUMENTED: lock template options.", "title": "Lock Template Options" },
|
||||
"base_game_version": { "$ref": "#/definitions/version", "description": "UNDOCUMENTED: base game version.", "title": "Base Game Version" }
|
||||
},
|
||||
"description": "UNDOCUMENTED: header",
|
||||
"description": "UNDOCUMENTED: header.",
|
||||
"title": "Header"
|
||||
},
|
||||
"modules": {
|
||||
@@ -51,7 +51,7 @@
|
||||
"items": {
|
||||
"additionalProperties": false,
|
||||
"type": "object",
|
||||
"description": "UNDOCUMENTED: modules",
|
||||
"description": "UNDOCUMENTED: modules.",
|
||||
"title": "Modules",
|
||||
"required": ["type", "uuid", "version"],
|
||||
"properties": {
|
||||
@@ -79,7 +79,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED: modules"
|
||||
"description": "UNDOCUMENTED: modules."
|
||||
},
|
||||
"dependencies": {
|
||||
"type": "array",
|
||||
@@ -100,7 +100,7 @@
|
||||
"title": "Version"
|
||||
}
|
||||
},
|
||||
"description": "UNDOCUMENTED: dependencies",
|
||||
"description": "UNDOCUMENTED: dependencies.",
|
||||
"title": "Dependencies"
|
||||
},
|
||||
"title": "Dependencies"
|
||||
@@ -112,22 +112,22 @@
|
||||
"properties": {
|
||||
"experimental_custom_ui": {
|
||||
"type": "boolean",
|
||||
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI",
|
||||
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI.",
|
||||
"title": "Experimental Custom Ui"
|
||||
},
|
||||
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality", "title": "Chemistry" }
|
||||
"chemistry": { "type": "boolean", "description": "Allows the pack to add, change or replace Chemistry functionality.", "title": "Chemistry" }
|
||||
}
|
||||
},
|
||||
"metadata": {
|
||||
"authors": {
|
||||
"title": "Authors",
|
||||
"description": "Name of the author(s) of the pack",
|
||||
"description": "Name of the author(s) of the pack.",
|
||||
"type": "array",
|
||||
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" }
|
||||
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack." }
|
||||
},
|
||||
"license": { "type": "string", "description": "The license of the pack", "title": "License" },
|
||||
"url": { "type": "string", "description": "The home website of your pack", "title": "Url" },
|
||||
"description": "UNDOCUMENTED: metadata",
|
||||
"license": { "type": "string", "description": "The license of the pack.", "title": "License" },
|
||||
"url": { "type": "string", "description": "The home website of your pack.", "title": "Url" },
|
||||
"description": "UNDOCUMENTED: metadata.",
|
||||
"title": "Metadata"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"uuidv4": {
|
||||
"type": "string",
|
||||
"title": "An UUID V4",
|
||||
"description": "A valid uuid v4",
|
||||
"description": "A valid uuid v4.",
|
||||
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$",
|
||||
"format": "uuid"
|
||||
},
|
||||
@@ -28,17 +28,17 @@
|
||||
"properties": {
|
||||
"experimental_custom_ui": {
|
||||
"type": "boolean",
|
||||
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI",
|
||||
"description": "Allows HTML files in the pack to be used for custom UI, and scripts in the pack to call and manipulate custom UI.",
|
||||
"title": "Experimental Custom Ui"
|
||||
},
|
||||
"chemistry": {
|
||||
"type": "boolean",
|
||||
"description": "Allows the pack to add, change or replace Chemistry functionality",
|
||||
"description": "Allows the pack to add, change or replace Chemistry functionality.",
|
||||
"title": "Chemistry"
|
||||
},
|
||||
"raytraced": {
|
||||
"type": "boolean",
|
||||
"description": "Indicates that this pack contains Raytracing Enhanced or Physical Based Materials for rendering",
|
||||
"description": "Indicates that this pack contains Raytracing Enhanced or Physical Based Materials for rendering.",
|
||||
"title": "Raytraced"
|
||||
}
|
||||
}
|
||||
@@ -135,7 +135,7 @@
|
||||
"language": {
|
||||
"type": "string",
|
||||
"title": "Language",
|
||||
"description": "The programming language to use",
|
||||
"description": "The programming language to use.",
|
||||
"enum": ["javascript"]
|
||||
},
|
||||
"uuid": {
|
||||
@@ -151,7 +151,7 @@
|
||||
"entry": {
|
||||
"type": "string",
|
||||
"title": "Entry",
|
||||
"description": "The javascript entry point for tests, only works if types has been set to `javascript`"
|
||||
"description": "The javascript entry point for tests, only works if types has been set to `javascript`."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -164,15 +164,15 @@
|
||||
"properties": {
|
||||
"authors": {
|
||||
"title": "Authors",
|
||||
"description": "Name of the author(s) of the pack",
|
||||
"description": "Name of the author(s) of the pack.",
|
||||
"type": "array",
|
||||
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack" }
|
||||
"items": { "type": "string", "title": "Name", "description": "Name of the author of the pack." }
|
||||
},
|
||||
"license": { "type": "string", "title": "License", "description": "The license of the pack" },
|
||||
"url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack" },
|
||||
"license": { "type": "string", "title": "License", "description": "The license of the pack." },
|
||||
"url": { "type": "string", "format": "uri", "title": "Url", "description": "The home website of your pack." },
|
||||
"generated_with": {
|
||||
"title": "Generated With",
|
||||
"description": "A list of tools and their version that have modified this pack",
|
||||
"description": "A list of tools and their version that have modified this pack.",
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"pattern": "^[a-zA-Z0-9\\_\\-]+$",
|
||||
@@ -183,7 +183,7 @@
|
||||
"type": "array",
|
||||
"examples": [["1.0.0"]],
|
||||
"title": "Tool",
|
||||
"description": "The tool and the version used to modified this pack",
|
||||
"description": "The tool and the version used to modified this pack.",
|
||||
"items": {
|
||||
"type": "string",
|
||||
"title": "Version",
|
||||
@@ -197,18 +197,18 @@
|
||||
"subpacks": {
|
||||
"type": "array",
|
||||
"title": "Subpacks",
|
||||
"description": "A list of subpacks that are applied per memory tier",
|
||||
"description": "A list of subpacks that are applied per memory tier.",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"description": "A single definition of a subpack",
|
||||
"description": "A single definition of a subpack.",
|
||||
"title": "Subpacks",
|
||||
"required": ["folder_name", "name", "memory_tier"],
|
||||
"example": [{ "folder_name": "tier1", "name": "low", "memory_tier": 1 }],
|
||||
"properties": {
|
||||
"folder_name": {
|
||||
"type": "string",
|
||||
"description": "This represents the folder name located in \"subpacks\" folder. When user select this resolution Minecraft loads the content inside the folder.",
|
||||
"description": "This represents the folder name located in \."subpacks\" folder. When user select this resolution Minecraft loads the content inside the folder.",
|
||||
"title": "Folder Name"
|
||||
},
|
||||
"name": {
|
||||
|
||||
Reference in New Issue
Block a user