Skip to content
Developer Preview

ApprovalOrigin

No description is available.

  • command
  • kind
  • url
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalOrigin

{
"properties": {
"command": {
"type": "string"
},
"kind": {
"type": "string"
},
"url": {
"type": "string"
}
},
"required": [
"kind"
],
"type": "object"
}