Skip to main content

Schema

{
  "type": "object",
  "properties": {
    "serviceSlug": {
      "type": "string"
    },
    "operationId": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "execute": {
      "type": "boolean"
    },
    "dryRun": {
      "type": "boolean"
    }
  }
}