Updated comments

This commit is contained in:
DaanV2
2021-07-02 13:05:57 +02:00
parent dd28b6a467
commit 90a39eba44
67 changed files with 350 additions and 310 deletions

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": "Minimum Engine 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" }
"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": "UNDOCUMENTATED: header",
"description": "UNDOCUMENTED: header",
"title": "Header"
},
"modules": {
@@ -51,7 +51,7 @@
"items": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTATED: modules",
"description": "UNDOCUMENTED: modules",
"title": "Modules",
"required": ["type", "uuid", "version"],
"properties": {
@@ -78,7 +78,7 @@
}
}
},
"description": "UNDOCUMENTATED: modules"
"description": "UNDOCUMENTED: modules"
},
"dependencies": {
"type": "array",
@@ -99,7 +99,7 @@
"title": "Version"
}
},
"description": "UNDOCUMENTATED: dependencies",
"description": "UNDOCUMENTED: 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": "UNDOCUMENTATED: metadata",
"description": "UNDOCUMENTED: metadata",
"title": "Metadata"
}
}

View File

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

View File

@@ -12,7 +12,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": "UNDOCUMENTATED: items",
"description": "UNDOCUMENTED: items",
"title": "Items"
}
}