@@ -105280,7 +105280,27 @@ components:
105280105280 description: Panels and sections in the dashboard. Each entry is either a panel (with a `type` and `config`) or a collapsible section (with a `title`, `collapsed` state, and nested `panels`).
105281105281 items:
105282105282 anyOf:
105283- - anyOf:
105283+ - discriminator:
105284+ mapping:
105285+ aiops_change_point_chart: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
105286+ apm_service_map: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
105287+ discover_session: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
105288+ esql_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
105289+ image: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
105290+ links: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
105291+ markdown: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
105292+ options_list_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
105293+ range_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
105294+ slo_alerts: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
105295+ slo_burn_rate: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
105296+ slo_error_budget: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
105297+ slo_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
105298+ synthetics_monitors: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
105299+ synthetics_stats_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
105300+ time_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
105301+ vis: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
105302+ propertyName: type
105303+ oneOf:
105284105304 - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
105285105305 - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
105286105306 - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
@@ -105374,6 +105394,30 @@ components:
105374105394 - panel_config
105375105395 title: Dropped panel
105376105396 type: object
105397+ Kibana_HTTP_APIs_kbn-dashboard-dropped-property-warning:
105398+ additionalProperties: false
105399+ description: A panel that was excluded from the response because its type is not supported by the API.
105400+ properties:
105401+ key:
105402+ description: The name of the property that was dropped.
105403+ type: string
105404+ message:
105405+ description: Human-readable explanation of why the property was dropped.
105406+ type: string
105407+ type:
105408+ enum:
105409+ - dropped_property
105410+ type: string
105411+ value:
105412+ description: The original value of the property that was dropped.
105413+ nullable: true
105414+ required:
105415+ - type
105416+ - message
105417+ - key
105418+ - value
105419+ title: Dropped panel
105420+ type: object
105377105421 Kibana_HTTP_APIs_kbn-dashboard-options:
105378105422 additionalProperties: false
105379105423 default:
@@ -106940,6 +106984,22 @@ components:
106940106984 - config
106941106985 title: Visualization
106942106986 type: object
106987+ Kibana_HTTP_APIs_kbn-dashboard-schema-warning:
106988+ additionalProperties: false
106989+ description: A warning about the schema that does not currently have any action associated with it.
106990+ properties:
106991+ message:
106992+ description: Human-readable explanation of why the schema is invalid.
106993+ type: string
106994+ type:
106995+ enum:
106996+ - schema_warning
106997+ type: string
106998+ required:
106999+ - type
107000+ - message
107001+ title: Wwarning
107002+ type: object
106943107003 Kibana_HTTP_APIs_kbn-dashboard-section:
106944107004 additionalProperties: false
106945107005 description: A collapsible group of panels.
@@ -106964,44 +107024,9 @@ components:
106964107024 default: []
106965107025 description: The panels that belong to the section.
106966107026 items:
106967- discriminator:
106968- mapping:
106969- aiops_change_point_chart: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
106970- apm_service_map: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
106971- discover_session: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
106972- esql_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
106973- image: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
106974- links: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
106975- markdown: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
106976- options_list_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
106977- range_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
106978- slo_alerts: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
106979- slo_burn_rate: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
106980- slo_error_budget: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
106981- slo_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
106982- synthetics_monitors: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
106983- synthetics_stats_overview: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
106984- time_slider_control: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
106985- vis: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
106986- propertyName: type
106987- oneOf:
106988- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-apm_service_map'
106989- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-aiops_change_point_chart'
106990- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-discover_session'
106991- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-esql_control'
106992- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-image'
106993- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-links'
106994- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-markdown'
106995- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-options_list_control'
106996- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-range_slider_control'
106997- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_alerts'
106998- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_burn_rate'
106999- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_error_budget'
107000- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-slo_overview'
107001- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_monitors'
107002- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-synthetics_stats_overview'
107003- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-time_slider_control'
107004- - $ref: '#/components/schemas/Kibana_HTTP_APIs_kbn-dashboard-panel-type-vis'
107027+ additionalProperties: true
107028+ type: object
107029+ properties: {}
107005107030 maxItems: 100
107006107031 type: array
107007107032 title:
0 commit comments