diff --git a/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json b/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json index 7faeefa6fd..b4a4ad7502 100644 --- a/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json +++ b/schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json @@ -155,6 +155,7 @@ "type": [ "array", "null" ], "items": { "type": "object", + "title": "ExpectedReturnCode", "properties": { "InstallerReturnCode": { "$ref": "#/definitions/InstallerReturnCode" @@ -373,6 +374,7 @@ "uniqueItems": true, "items": { "type": "string", + "title": "UnsupportedOSArchitecture", "enum": [ "x86", "x64", diff --git a/schemas/JSON/manifests/v1.1.0/manifest.singleton.1.1.0.json b/schemas/JSON/manifests/v1.1.0/manifest.singleton.1.1.0.json index 6bf974cad7..9f90a5b233 100644 --- a/schemas/JSON/manifests/v1.1.0/manifest.singleton.1.1.0.json +++ b/schemas/JSON/manifests/v1.1.0/manifest.singleton.1.1.0.json @@ -188,6 +188,7 @@ "type": [ "array", "null" ], "items": { "type": "object", + "title": "ExpectedReturnCode", "properties": { "InstallerReturnCode": { "$ref": "#/definitions/InstallerReturnCode" @@ -405,6 +406,7 @@ "uniqueItems": true, "items": { "type": "string", + "title": "UnsupportedOSArchitecture", "enum": [ "x86", "x64",