diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index c84d61cfe74..30ee61c855d 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -9646,6 +9646,8 @@ components: type: object NotebookGlobalTime: description: Notebook global timeframe. + example: + live_span: 1h oneOf: - $ref: '#/components/schemas/NotebookRelativeTime' - $ref: '#/components/schemas/NotebookAbsoluteTime' @@ -14820,6 +14822,7 @@ components: SyntheticsAssertionTargetValue: description: Value used by the operator in assertions. Can be either a number or string. + example: 0.0 oneOf: - $ref: '#/components/schemas/SyntheticsAssertionTargetValueNumber' - $ref: '#/components/schemas/SyntheticsAssertionTargetValueString' diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 364018c47d5..f5dad840ba9 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -2361,6 +2361,7 @@ components: - $ref: '#/components/schemas/ActionQueryMockedOutputsObject' ActionQueryMockedOutputsEnabled: description: Whether to enable the mocked outputs for testing. + example: false oneOf: - type: boolean - description: If this is a string, it must be a valid JavaScript expression @@ -2450,6 +2451,7 @@ components: type: string ActionQuerySpec: description: The definition of the action query. + example: '' oneOf: - type: string - $ref: '#/components/schemas/ActionQuerySpecObject' @@ -13516,6 +13518,7 @@ components: type: object CustomAttributeValuesUnion: description: Union of supported value for a custom attribute + example: '' oneOf: - $ref: '#/components/schemas/CustomAttributeStringValue' - $ref: '#/components/schemas/CustomAttributeMultiStringValue' @@ -33373,6 +33376,7 @@ components: ObservabilityPipelineOcsfMapperProcessorMappingMapping: description: Defines a single mapping rule for transforming logs into the OCSF schema. + example: CloudTrail Account Change oneOf: - $ref: '#/components/schemas/ObservabilityPipelineOcsfMappingLibrary' ObservabilityPipelineOcsfMapperProcessorType: