Elastic · Schema

SavedObject

SearchAnalyticsObservabilitySecurityVisualizationCloud

Properties

Name Type Description
id string
type string
attributes object
references array
View JSON Schema on GitHub

JSON Schema

elastic-savedobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SavedObject",
  "title": "SavedObject",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "attributes": {
      "type": "object",
      "additionalProperties": true
    },
    "references": {
      "type": "array",
      "items": {
        "type": "object",
        "additionalProperties": true
      }
    }
  }
}