Docs API schemas

neoserver 0.1.2

DeletionRef

DeletionRef schema for the neoserver management API.

← All schemas

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

Search documentation

Type to search guides and reference pages.