Docs API schemas

neoserver 0.1.2

Dimension

Dimension schema for the neoserver management API.

← All schemas

object
current boolean
default string
end_property string
extent string required
multiple_values boolean
name string required
nearest_value boolean
source_axis string
source_property string
units string required
OpenAPI schema definition
{
  "properties": {
    "current": {
      "type": "boolean"
    },
    "default": {
      "type": "string"
    },
    "end_property": {
      "type": "string"
    },
    "extent": {
      "type": "string"
    },
    "multiple_values": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "nearest_value": {
      "type": "boolean"
    },
    "source_axis": {
      "type": "string"
    },
    "source_property": {
      "type": "string"
    },
    "units": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "units",
    "extent"
  ],
  "type": "object"
}

Search documentation

Type to search guides and reference pages.