Docs API schemas

neoserver 0.1.2

Style

Style schema for the neoserver management API.

← All schemas

object
created_at string · date-time required
description string
diagnostics array of object

Array items

code string
column integer
line integer
message string
path string
severity string
format string required
id string required
name string required
title string
updated_at string · date-time required
valid boolean
validation_errors array of string
workspace_id string required
OpenAPI schema definition
{
  "properties": {
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "diagnostics": {
      "items": {
        "properties": {
          "code": {
            "type": "string"
          },
          "column": {
            "type": "integer"
          },
          "line": {
            "type": "integer"
          },
          "message": {
            "type": "string"
          },
          "path": {
            "type": "string"
          },
          "severity": {
            "type": "string"
          }
        },
        "type": "object"
      },
      "type": "array"
    },
    "format": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "valid": {
      "type": "boolean"
    },
    "validation_errors": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "workspace_id": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "workspace_id",
    "name",
    "format",
    "created_at",
    "updated_at"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.