Docs API schemas

neoserver 0.1.2

Workspace

Workspace schema for the neoserver management API.

← All schemas

object
created_at string · date-time required
description string
id string required
name string required
updated_at string · date-time required
OpenAPI schema definition
{
  "properties": {
    "counts": {
      "$ref": "#/components/schemas/WorkspaceCounts"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "required": [
    "id",
    "name",
    "created_at",
    "updated_at"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.