| Index: extensions/common/api/runtime.json
|
| diff --git a/extensions/common/api/runtime.json b/extensions/common/api/runtime.json
|
| index a5a32555750aa2628e45f99e84725605db44a4c8..4393d790e98dae01c15d26bae711e63f588ac3e4 100644
|
| --- a/extensions/common/api/runtime.json
|
| +++ b/extensions/common/api/runtime.json
|
| @@ -62,6 +62,12 @@
|
| "enum": ["arm", "x86-32", "x86-64"]
|
| }
|
| }
|
| + },
|
| + {
|
| + "id": "UpdateCheckResult",
|
| + "type": "string",
|
| + "enum": ["throttled", "no_update", "update_available"],
|
| + "description": "Result of the update check."
|
| }
|
| ],
|
| "properties": {
|
| @@ -165,9 +171,7 @@
|
| "parameters": [
|
| {
|
| "name": "status",
|
| - "type": "string",
|
| - "enum": ["throttled", "no_update", "update_available"],
|
| - "description": "Result of the update check."
|
| + "$ref": "UpdateCheckResult"
|
| },
|
| {
|
| "name": "details",
|
|
|