Docs API schemas

neoserver 0.1.2

IntegrityIssue

IntegrityIssue schema for the neoserver management API.

← All schemas

object
id string required
kind string required
name string
reason string required
store string required
workspace_id string
OpenAPI schema definition
{
  "properties": {
    "id": {
      "type": "string"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "store": {
      "type": "string"
    },
    "workspace_id": {
      "type": "string"
    }
  },
  "required": [
    "store",
    "kind",
    "id",
    "reason"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.