Docs API schemas

neoserver 0.1.2

Role

Role schema for the neoserver management API.

← All schemas

object
created_at string · date-time required
description string
id string required
is_system boolean required
name string required
OpenAPI schema definition
{
  "properties": {
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "is_system": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "name",
    "is_system",
    "created_at"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.