Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"type": "object",
"properties": {
"authType": {
"description": "This property will be used as the discriminator for deciding the specific types in the polymorhpic chain of types.",
"description": "This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.",
"type": "string"
},
"certificate": {
Expand All @@ -256,7 +256,7 @@
"type": "string"
},
"friendlyName": {
"description": "Certificate friendlyname.",
"description": "Certificate friendly name.",
"type": "string"
},
"issuer": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
"type": "object",
"properties": {
"value": {
"description": "List of available operationss.",
"description": "List of available operations.",
"type": "array",
"items": {
"$ref": "#/definitions/ClientDiscoveryValueForSingleApi"
Expand Down Expand Up @@ -705,7 +705,7 @@
"readOnly": true
},
"triggerType": {
"description": "The way the vault upgradation was triggered.",
"description": "The way the vault upgrade was triggered.",
"enum": [
"UserTriggered",
"ForcedUpgrade"
Expand Down