Skip to main content

Schema

{
  "type": "object",
  "required": [
    "id",
    "name",
    "kind",
    "serviceSlug",
    "status",
    "schema"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "serviceSlug": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "schema": {
      "type": "object"
    }
  }
}