Skip to main content

Schema

{
  "type": "object",
  "required": [
    "id",
    "serviceSlug",
    "method",
    "path",
    "authPolicy",
    "runtimeMode",
    "status"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "serviceSlug": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "authPolicy": {
      "type": "string"
    },
    "runtimeMode": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}