Elastic · Schema

Space

SearchAnalyticsObservabilitySecurityVisualizationCloud

Properties

Name Type Description
id string
name string
description string
color string
View JSON Schema on GitHub

JSON Schema

elastic-space-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Space",
  "title": "Space",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "color": {
      "type": "string"
    }
  }
}