Update manifest.2.json
This commit is contained in:
@@ -191,13 +191,14 @@
|
|||||||
"subpacks": {
|
"subpacks": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"title": "Subpacks",
|
"title": "Subpacks",
|
||||||
"description": "Section containing information regarding file variations which can then be chosen to apply to.",
|
"description": "A list of subpacks that are applied per memory tier",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "Section containing information regarding file variations which can then be chosen to apply to.",
|
"description": "A single definition of a subpack",
|
||||||
"title": "Subpacks",
|
"title": "Subpacks",
|
||||||
"required": ["folder_name", "name", "memory_tier"],
|
"required": ["folder_name", "name", "memory_tier"],
|
||||||
|
"example": [{"folder_name": "tier1", "name": "low", "memory_tier": 1}]
|
||||||
"properties": {
|
"properties": {
|
||||||
"folder_name": {
|
"folder_name": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -212,7 +213,7 @@
|
|||||||
"memory_tier": {
|
"memory_tier": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"title": "Memory Tier",
|
"title": "Memory Tier",
|
||||||
"description": "This creates a requirement on the capacity of memory needed to select the resolution. Each tier increases memory requirement by 250 megabytes."
|
"description": "This creates a requirement on the capacity of memory needed to select the resolution. Each tier increases memory requirement by 256 MB."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user