UNDOCUMENTATED description, or needs to be filled in
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user