Docs API schemas

neoserver 0.1.2

StyleWithBody

StyleWithBody schema for the neoserver management API.

← All schemas

all of
body string required

Authored style body

sld_body string

Deprecated SLD/SE compatibility alias for body

Must match all schemas

Schema 1

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
{
  "allOf": [
    {
      "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"
    }
  ],
  "properties": {
    "body": {
      "description": "Authored style body",
      "type": "string"
    },
    "sld_body": {
      "description": "Deprecated SLD/SE compatibility alias for body",
      "type": "string"
    }
  },
  "required": [
    "body"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.