Skip to main content

Schema

{
  "type": "object",
  "required": [
    "slug",
    "name",
    "baseUrl",
    "runtimeMode",
    "status"
  ],
  "properties": {
    "slug": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "baseUrl": {
      "type": "string",
      "format": "uri"
    },
    "runtimeMode": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}