Skip to content

Commit

Permalink
add titles for expectedreturncodes and unsupportedosArch (#1862)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Fu <[email protected]>
  • Loading branch information
ryfu-msft and Ryan Fu authored Jan 19, 2022
1 parent 52a3e7d commit 2f6fc03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schemas/JSON/manifests/v1.1.0/manifest.installer.1.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"type": [ "array", "null" ],
"items": {
"type": "object",
"title": "ExpectedReturnCode",
"properties": {
"InstallerReturnCode": {
"$ref": "#/definitions/InstallerReturnCode"
Expand Down Expand Up @@ -373,6 +374,7 @@
"uniqueItems": true,
"items": {
"type": "string",
"title": "UnsupportedOSArchitecture",
"enum": [
"x86",
"x64",
Expand Down
2 changes: 2 additions & 0 deletions schemas/JSON/manifests/v1.1.0/manifest.singleton.1.1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
"type": [ "array", "null" ],
"items": {
"type": "object",
"title": "ExpectedReturnCode",
"properties": {
"InstallerReturnCode": {
"$ref": "#/definitions/InstallerReturnCode"
Expand Down Expand Up @@ -405,6 +406,7 @@
"uniqueItems": true,
"items": {
"type": "string",
"title": "UnsupportedOSArchitecture",
"enum": [
"x86",
"x64",
Expand Down

0 comments on commit 2f6fc03

Please sign in to comment.