Cribl · Schema

WorkspaceUpdate

ConfigurationData LakeData PipelinesData RoutingEdge ComputingInfrastructure as CodeObservabilitySearchSecurity DataStream ProcessingTelemetry

Properties

Name Type Description
name string Updated display name
description string Updated description
View JSON Schema on GitHub

JSON Schema

cribl-workspaceupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspaceUpdate",
  "title": "WorkspaceUpdate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Updated display name",
      "minLength": 1,
      "maxLength": 64
    },
    "description": {
      "type": "string",
      "description": "Updated description",
      "maxLength": 256
    }
  }
}