@ancplua/qyl-api-schema 2.1.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12369,11 +12369,7 @@
12369
12369
  "description": "Attribute key (dot-separated namespace)"
12370
12370
  },
12371
12371
  "value": {
12372
- "allOf": [
12373
- {
12374
- "$ref": "#/components/schemas/Common.AttributeValue"
12375
- }
12376
- ],
12372
+ "$ref": "#/components/schemas/Common.AttributeValue",
12377
12373
  "description": "Attribute value"
12378
12374
  }
12379
12375
  },
@@ -12584,10 +12580,10 @@
12584
12580
  "x-csharp-type": "double"
12585
12581
  },
12586
12582
  "Common.DurationNs": {
12587
- "type": "integer",
12583
+ "type": "string",
12588
12584
  "format": "uint64",
12589
12585
  "minimum": 0,
12590
- "description": "Duration in nanoseconds",
12586
+ "description": "Duration in nanoseconds, encoded as a decimal string",
12591
12587
  "x-csharp-type": "ulong"
12592
12588
  },
12593
12589
  "Common.DurationS": {
@@ -13021,11 +13017,7 @@
13021
13017
  "description": "Name of the instrumentation scope (library name)"
13022
13018
  },
13023
13019
  "version": {
13024
- "allOf": [
13025
- {
13026
- "$ref": "#/components/schemas/Common.SemVer"
13027
- }
13028
- ],
13020
+ "$ref": "#/components/schemas/Common.SemVer",
13029
13021
  "description": "Version of the instrumentation scope"
13030
13022
  },
13031
13023
  "attributes": {
@@ -13036,11 +13028,7 @@
13036
13028
  "description": "Additional attributes for the scope"
13037
13029
  },
13038
13030
  "dropped_attributes_count": {
13039
- "allOf": [
13040
- {
13041
- "$ref": "#/components/schemas/Common.Count"
13042
- }
13043
- ],
13031
+ "$ref": "#/components/schemas/Common.Count",
13044
13032
  "description": "Dropped attributes count"
13045
13033
  }
13046
13034
  },
@@ -13078,11 +13066,7 @@
13078
13066
  "type": "object",
13079
13067
  "properties": {
13080
13068
  "bucket": {
13081
- "allOf": [
13082
- {
13083
- "$ref": "#/components/schemas/Common.Pagination.TimeBucket"
13084
- }
13085
- ],
13069
+ "$ref": "#/components/schemas/Common.Pagination.TimeBucket",
13086
13070
  "description": "Time bucket size",
13087
13071
  "default": "auto"
13088
13072
  },
@@ -13119,11 +13103,7 @@
13119
13103
  "default": 100
13120
13104
  },
13121
13105
  "order": {
13122
- "allOf": [
13123
- {
13124
- "$ref": "#/components/schemas/Common.Pagination.SortOrder"
13125
- }
13126
- ],
13106
+ "$ref": "#/components/schemas/Common.Pagination.SortOrder",
13127
13107
  "description": "Sort direction",
13128
13108
  "default": "desc"
13129
13109
  }
@@ -13174,11 +13154,7 @@
13174
13154
  "description": "Include historical data from this timestamp"
13175
13155
  },
13176
13156
  "trace_id": {
13177
- "allOf": [
13178
- {
13179
- "$ref": "#/components/schemas/Common.TraceId"
13180
- }
13181
- ],
13157
+ "$ref": "#/components/schemas/Common.TraceId",
13182
13158
  "description": "Filter by trace ID"
13183
13159
  },
13184
13160
  "service_name": {
@@ -13346,10 +13322,10 @@
13346
13322
  ]
13347
13323
  },
13348
13324
  "Common.UnixNanos": {
13349
- "type": "integer",
13325
+ "type": "string",
13350
13326
  "format": "uint64",
13351
13327
  "minimum": 0,
13352
- "description": "Unsigned Unix timestamp in nanoseconds since epoch",
13328
+ "description": "Unsigned Unix timestamp in nanoseconds since epoch, encoded as a decimal string",
13353
13329
  "x-csharp-type": "ulong"
13354
13330
  },
13355
13331
  "Common.UrlPath": {
@@ -13406,19 +13382,11 @@
13406
13382
  ],
13407
13383
  "properties": {
13408
13384
  "session_id": {
13409
- "allOf": [
13410
- {
13411
- "$ref": "#/components/schemas/Common.SessionId"
13412
- }
13413
- ],
13385
+ "$ref": "#/components/schemas/Common.SessionId",
13414
13386
  "description": "Session ID"
13415
13387
  },
13416
13388
  "previous_session_id": {
13417
- "allOf": [
13418
- {
13419
- "$ref": "#/components/schemas/Common.SessionId"
13420
- }
13421
- ],
13389
+ "$ref": "#/components/schemas/Common.SessionId",
13422
13390
  "description": "Previous session ID (for session continuity)"
13423
13391
  }
13424
13392
  },
@@ -13431,27 +13399,15 @@
13431
13399
  "type": "object",
13432
13400
  "properties": {
13433
13401
  "ip": {
13434
- "allOf": [
13435
- {
13436
- "$ref": "#/components/schemas/Common.IpAddress"
13437
- }
13438
- ],
13402
+ "$ref": "#/components/schemas/Common.IpAddress",
13439
13403
  "description": "Client IP address"
13440
13404
  },
13441
13405
  "user_agent": {
13442
- "allOf": [
13443
- {
13444
- "$ref": "#/components/schemas/Common.UserAgent"
13445
- }
13446
- ],
13406
+ "$ref": "#/components/schemas/Common.UserAgent",
13447
13407
  "description": "User agent string"
13448
13408
  },
13449
13409
  "device_type": {
13450
- "allOf": [
13451
- {
13452
- "$ref": "#/components/schemas/Domains.Observe.Session.DeviceType"
13453
- }
13454
- ],
13410
+ "$ref": "#/components/schemas/Domains.Observe.Session.DeviceType",
13455
13411
  "description": "Device type"
13456
13412
  },
13457
13413
  "os": {
@@ -13485,19 +13441,11 @@
13485
13441
  ],
13486
13442
  "properties": {
13487
13443
  "session_id": {
13488
- "allOf": [
13489
- {
13490
- "$ref": "#/components/schemas/Common.SessionId"
13491
- }
13492
- ],
13444
+ "$ref": "#/components/schemas/Common.SessionId",
13493
13445
  "description": "Session ID"
13494
13446
  },
13495
13447
  "user_id": {
13496
- "allOf": [
13497
- {
13498
- "$ref": "#/components/schemas/Common.UserId"
13499
- }
13500
- ],
13448
+ "$ref": "#/components/schemas/Common.UserId",
13501
13449
  "description": "User ID (if authenticated)"
13502
13450
  },
13503
13451
  "start_time": {
@@ -13511,11 +13459,7 @@
13511
13459
  "description": "Session end time"
13512
13460
  },
13513
13461
  "duration_ms": {
13514
- "allOf": [
13515
- {
13516
- "$ref": "#/components/schemas/Common.DurationMs"
13517
- }
13518
- ],
13462
+ "$ref": "#/components/schemas/Common.DurationMs",
13519
13463
  "description": "Session duration in milliseconds"
13520
13464
  },
13521
13465
  "trace_count": {
@@ -13544,35 +13488,19 @@
13544
13488
  "description": "Service names observed in this session"
13545
13489
  },
13546
13490
  "state": {
13547
- "allOf": [
13548
- {
13549
- "$ref": "#/components/schemas/Domains.Observe.Session.SessionState"
13550
- }
13551
- ],
13491
+ "$ref": "#/components/schemas/Domains.Observe.Session.SessionState",
13552
13492
  "description": "Session state"
13553
13493
  },
13554
13494
  "client": {
13555
- "allOf": [
13556
- {
13557
- "$ref": "#/components/schemas/Domains.Observe.Session.SessionClientInfo"
13558
- }
13559
- ],
13495
+ "$ref": "#/components/schemas/Domains.Observe.Session.SessionClientInfo",
13560
13496
  "description": "Client information"
13561
13497
  },
13562
13498
  "geo": {
13563
- "allOf": [
13564
- {
13565
- "$ref": "#/components/schemas/Domains.Observe.Session.SessionGeoInfo"
13566
- }
13567
- ],
13499
+ "$ref": "#/components/schemas/Domains.Observe.Session.SessionGeoInfo",
13568
13500
  "description": "Location information"
13569
13501
  },
13570
13502
  "genai_usage": {
13571
- "allOf": [
13572
- {
13573
- "$ref": "#/components/schemas/Domains.Observe.Session.SessionGenAiUsage"
13574
- }
13575
- ],
13503
+ "$ref": "#/components/schemas/Domains.Observe.Session.SessionGenAiUsage",
13576
13504
  "description": "GenAI usage summary"
13577
13505
  }
13578
13506
  },
@@ -13592,19 +13520,11 @@
13592
13520
  ],
13593
13521
  "properties": {
13594
13522
  "event_name": {
13595
- "allOf": [
13596
- {
13597
- "$ref": "#/components/schemas/Domains.Observe.Session.SessionEventName"
13598
- }
13599
- ],
13523
+ "$ref": "#/components/schemas/Domains.Observe.Session.SessionEventName",
13600
13524
  "description": "Event name"
13601
13525
  },
13602
13526
  "session_id": {
13603
- "allOf": [
13604
- {
13605
- "$ref": "#/components/schemas/Common.SessionId"
13606
- }
13607
- ],
13527
+ "$ref": "#/components/schemas/Common.SessionId",
13608
13528
  "description": "Session ID"
13609
13529
  },
13610
13530
  "timestamp": {
@@ -13650,19 +13570,11 @@
13650
13570
  "description": "Total GenAI requests in session"
13651
13571
  },
13652
13572
  "total_input_tokens": {
13653
- "allOf": [
13654
- {
13655
- "$ref": "#/components/schemas/Common.TokenCount"
13656
- }
13657
- ],
13573
+ "$ref": "#/components/schemas/Common.TokenCount",
13658
13574
  "description": "Total input tokens consumed"
13659
13575
  },
13660
13576
  "total_output_tokens": {
13661
- "allOf": [
13662
- {
13663
- "$ref": "#/components/schemas/Common.TokenCount"
13664
- }
13665
- ],
13577
+ "$ref": "#/components/schemas/Common.TokenCount",
13666
13578
  "description": "Total output tokens generated"
13667
13579
  },
13668
13580
  "models_used": {
@@ -13741,19 +13653,11 @@
13741
13653
  ],
13742
13654
  "properties": {
13743
13655
  "active_sessions": {
13744
- "allOf": [
13745
- {
13746
- "$ref": "#/components/schemas/Common.Count"
13747
- }
13748
- ],
13656
+ "$ref": "#/components/schemas/Common.Count",
13749
13657
  "description": "Active sessions count"
13750
13658
  },
13751
13659
  "total_sessions": {
13752
- "allOf": [
13753
- {
13754
- "$ref": "#/components/schemas/Common.Count"
13755
- }
13756
- ],
13660
+ "$ref": "#/components/schemas/Common.Count",
13757
13661
  "description": "Total sessions in time range"
13758
13662
  },
13759
13663
  "avg_duration_ms": {
@@ -13762,27 +13666,15 @@
13762
13666
  "description": "Average session duration in milliseconds"
13763
13667
  },
13764
13668
  "sessions_with_errors": {
13765
- "allOf": [
13766
- {
13767
- "$ref": "#/components/schemas/Common.Count"
13768
- }
13769
- ],
13669
+ "$ref": "#/components/schemas/Common.Count",
13770
13670
  "description": "Sessions with errors"
13771
13671
  },
13772
13672
  "sessions_with_genai": {
13773
- "allOf": [
13774
- {
13775
- "$ref": "#/components/schemas/Common.Count"
13776
- }
13777
- ],
13673
+ "$ref": "#/components/schemas/Common.Count",
13778
13674
  "description": "Sessions with GenAI usage"
13779
13675
  },
13780
13676
  "bounce_rate": {
13781
- "allOf": [
13782
- {
13783
- "$ref": "#/components/schemas/Common.Ratio"
13784
- }
13785
- ],
13677
+ "$ref": "#/components/schemas/Common.Ratio",
13786
13678
  "description": "Bounce rate (single-page sessions)"
13787
13679
  }
13788
13680
  },
@@ -14632,43 +14524,23 @@
14632
14524
  ],
14633
14525
  "properties": {
14634
14526
  "time_unix_nano": {
14635
- "allOf": [
14636
- {
14637
- "$ref": "#/components/schemas/Common.UnixNanos"
14638
- }
14639
- ],
14527
+ "$ref": "#/components/schemas/Common.UnixNanos",
14640
14528
  "description": "Timestamp when the event occurred (nanoseconds since epoch)"
14641
14529
  },
14642
14530
  "observed_time_unix_nano": {
14643
- "allOf": [
14644
- {
14645
- "$ref": "#/components/schemas/Common.UnixNanos"
14646
- }
14647
- ],
14531
+ "$ref": "#/components/schemas/Common.UnixNanos",
14648
14532
  "description": "Timestamp when the log was observed/collected (nanoseconds since epoch)"
14649
14533
  },
14650
14534
  "severity_number": {
14651
- "allOf": [
14652
- {
14653
- "$ref": "#/components/schemas/OTel.Enums.SeverityNumber"
14654
- }
14655
- ],
14535
+ "$ref": "#/components/schemas/OTel.Enums.SeverityNumber",
14656
14536
  "description": "Severity number (1-24)"
14657
14537
  },
14658
14538
  "severity_text": {
14659
- "allOf": [
14660
- {
14661
- "$ref": "#/components/schemas/OTel.Enums.SeverityText"
14662
- }
14663
- ],
14539
+ "$ref": "#/components/schemas/OTel.Enums.SeverityText",
14664
14540
  "description": "Severity text (DEBUG, INFO, WARN, ERROR, etc.)"
14665
14541
  },
14666
14542
  "body": {
14667
- "allOf": [
14668
- {
14669
- "$ref": "#/components/schemas/OTel.Logs.LogBody"
14670
- }
14671
- ],
14543
+ "$ref": "#/components/schemas/OTel.Logs.LogBody",
14672
14544
  "description": "Log body - the main content"
14673
14545
  },
14674
14546
  "attributes": {
@@ -14679,11 +14551,7 @@
14679
14551
  "description": "Log attributes"
14680
14552
  },
14681
14553
  "dropped_attributes_count": {
14682
- "allOf": [
14683
- {
14684
- "$ref": "#/components/schemas/Common.Count"
14685
- }
14686
- ],
14554
+ "$ref": "#/components/schemas/Common.Count",
14687
14555
  "description": "Dropped attributes count"
14688
14556
  },
14689
14557
  "flags": {
@@ -14692,19 +14560,11 @@
14692
14560
  "description": "Flags (trace flags)"
14693
14561
  },
14694
14562
  "trace_id": {
14695
- "allOf": [
14696
- {
14697
- "$ref": "#/components/schemas/Common.TraceId"
14698
- }
14699
- ],
14563
+ "$ref": "#/components/schemas/Common.TraceId",
14700
14564
  "description": "Associated trace ID"
14701
14565
  },
14702
14566
  "span_id": {
14703
- "allOf": [
14704
- {
14705
- "$ref": "#/components/schemas/Common.SpanId"
14706
- }
14707
- ],
14567
+ "$ref": "#/components/schemas/Common.SpanId",
14708
14568
  "description": "Associated span ID"
14709
14569
  },
14710
14570
  "event_name": {
@@ -14712,19 +14572,11 @@
14712
14572
  "description": "Optional event category whose presence identifies this log record as an event; records with the same name are expected to share one body and attribute schema."
14713
14573
  },
14714
14574
  "resource": {
14715
- "allOf": [
14716
- {
14717
- "$ref": "#/components/schemas/OTel.Resource.Resource"
14718
- }
14719
- ],
14575
+ "$ref": "#/components/schemas/OTel.Resource.Resource",
14720
14576
  "description": "Resource describing the entity that produced this log"
14721
14577
  },
14722
14578
  "instrumentation_scope": {
14723
- "allOf": [
14724
- {
14725
- "$ref": "#/components/schemas/Common.InstrumentationScope"
14726
- }
14727
- ],
14579
+ "$ref": "#/components/schemas/Common.InstrumentationScope",
14728
14580
  "description": "Instrumentation scope"
14729
14581
  }
14730
14582
  },
@@ -14824,11 +14676,7 @@
14824
14676
  "description": "Service instance ID (unique per instance)"
14825
14677
  },
14826
14678
  "service_version": {
14827
- "allOf": [
14828
- {
14829
- "$ref": "#/components/schemas/Common.SemVer"
14830
- }
14831
- ],
14679
+ "$ref": "#/components/schemas/Common.SemVer",
14832
14680
  "description": "Service version"
14833
14681
  },
14834
14682
  "telemetry_sdk_name": {
@@ -14836,27 +14684,15 @@
14836
14684
  "description": "Telemetry SDK name"
14837
14685
  },
14838
14686
  "telemetry_sdk_language": {
14839
- "allOf": [
14840
- {
14841
- "$ref": "#/components/schemas/OTel.Enums.TelemetrySdkLanguage"
14842
- }
14843
- ],
14687
+ "$ref": "#/components/schemas/OTel.Enums.TelemetrySdkLanguage",
14844
14688
  "description": "Telemetry SDK language"
14845
14689
  },
14846
14690
  "telemetry_sdk_version": {
14847
- "allOf": [
14848
- {
14849
- "$ref": "#/components/schemas/Common.SemVer"
14850
- }
14851
- ],
14691
+ "$ref": "#/components/schemas/Common.SemVer",
14852
14692
  "description": "Telemetry SDK version"
14853
14693
  },
14854
14694
  "telemetry_distro_version": {
14855
- "allOf": [
14856
- {
14857
- "$ref": "#/components/schemas/Common.SemVer"
14858
- }
14859
- ],
14695
+ "$ref": "#/components/schemas/Common.SemVer",
14860
14696
  "description": "Telemetry distribution version"
14861
14697
  },
14862
14698
  "deployment_environment": {
@@ -14864,11 +14700,7 @@
14864
14700
  "description": "Deployment environment (e.g., production, staging)"
14865
14701
  },
14866
14702
  "cloud_provider": {
14867
- "allOf": [
14868
- {
14869
- "$ref": "#/components/schemas/OTel.Resource.CloudProvider"
14870
- }
14871
- ],
14703
+ "$ref": "#/components/schemas/OTel.Resource.CloudProvider",
14872
14704
  "description": "Cloud provider"
14873
14705
  },
14874
14706
  "cloud_region": {
@@ -14900,19 +14732,11 @@
14900
14732
  "description": "Host type (e.g., n1-standard-1)"
14901
14733
  },
14902
14734
  "host_arch": {
14903
- "allOf": [
14904
- {
14905
- "$ref": "#/components/schemas/OTel.Resource.HostArch"
14906
- }
14907
- ],
14735
+ "$ref": "#/components/schemas/OTel.Resource.HostArch",
14908
14736
  "description": "Host architecture (e.g., amd64, arm64)"
14909
14737
  },
14910
14738
  "os_type": {
14911
- "allOf": [
14912
- {
14913
- "$ref": "#/components/schemas/OTel.Resource.OsType"
14914
- }
14915
- ],
14739
+ "$ref": "#/components/schemas/OTel.Resource.OsType",
14916
14740
  "description": "Operating system type"
14917
14741
  },
14918
14742
  "os_description": {
@@ -14991,11 +14815,7 @@
14991
14815
  "description": "Additional resource attributes"
14992
14816
  },
14993
14817
  "dropped_attributes_count": {
14994
- "allOf": [
14995
- {
14996
- "$ref": "#/components/schemas/Common.Count"
14997
- }
14998
- ],
14818
+ "$ref": "#/components/schemas/Common.Count",
14999
14819
  "description": "Dropped attributes count"
15000
14820
  },
15001
14821
  "entity_refs": {
@@ -15025,35 +14845,19 @@
15025
14845
  ],
15026
14846
  "properties": {
15027
14847
  "span_id": {
15028
- "allOf": [
15029
- {
15030
- "$ref": "#/components/schemas/Common.SpanId"
15031
- }
15032
- ],
14848
+ "$ref": "#/components/schemas/Common.SpanId",
15033
14849
  "description": "Unique span identifier (16 hex chars)"
15034
14850
  },
15035
14851
  "trace_id": {
15036
- "allOf": [
15037
- {
15038
- "$ref": "#/components/schemas/Common.TraceId"
15039
- }
15040
- ],
14852
+ "$ref": "#/components/schemas/Common.TraceId",
15041
14853
  "description": "Trace identifier (32 hex chars)"
15042
14854
  },
15043
14855
  "parent_span_id": {
15044
- "allOf": [
15045
- {
15046
- "$ref": "#/components/schemas/Common.SpanId"
15047
- }
15048
- ],
14856
+ "$ref": "#/components/schemas/Common.SpanId",
15049
14857
  "description": "Parent span identifier (null for root spans)"
15050
14858
  },
15051
14859
  "trace_state": {
15052
- "allOf": [
15053
- {
15054
- "$ref": "#/components/schemas/Common.TraceState"
15055
- }
15056
- ],
14860
+ "$ref": "#/components/schemas/Common.TraceState",
15057
14861
  "description": "W3C trace state"
15058
14862
  },
15059
14863
  "name": {
@@ -15062,27 +14866,15 @@
15062
14866
  "description": "Human-readable span name"
15063
14867
  },
15064
14868
  "kind": {
15065
- "allOf": [
15066
- {
15067
- "$ref": "#/components/schemas/OTel.Enums.SpanKind"
15068
- }
15069
- ],
14869
+ "$ref": "#/components/schemas/OTel.Enums.SpanKind",
15070
14870
  "description": "Span kind"
15071
14871
  },
15072
14872
  "start_time_unix_nano": {
15073
- "allOf": [
15074
- {
15075
- "$ref": "#/components/schemas/Common.UnixNanos"
15076
- }
15077
- ],
14873
+ "$ref": "#/components/schemas/Common.UnixNanos",
15078
14874
  "description": "Start timestamp in nanoseconds since epoch"
15079
14875
  },
15080
14876
  "end_time_unix_nano": {
15081
- "allOf": [
15082
- {
15083
- "$ref": "#/components/schemas/Common.UnixNanos"
15084
- }
15085
- ],
14877
+ "$ref": "#/components/schemas/Common.UnixNanos",
15086
14878
  "description": "End timestamp in nanoseconds since epoch"
15087
14879
  },
15088
14880
  "attributes": {
@@ -15093,11 +14885,7 @@
15093
14885
  "description": "Span attributes"
15094
14886
  },
15095
14887
  "dropped_attributes_count": {
15096
- "allOf": [
15097
- {
15098
- "$ref": "#/components/schemas/Common.Count"
15099
- }
15100
- ],
14888
+ "$ref": "#/components/schemas/Common.Count",
15101
14889
  "description": "Dropped attributes count"
15102
14890
  },
15103
14891
  "events": {
@@ -15108,11 +14896,7 @@
15108
14896
  "description": "Span events (logs attached to span)"
15109
14897
  },
15110
14898
  "dropped_events_count": {
15111
- "allOf": [
15112
- {
15113
- "$ref": "#/components/schemas/Common.Count"
15114
- }
15115
- ],
14899
+ "$ref": "#/components/schemas/Common.Count",
15116
14900
  "description": "Dropped events count"
15117
14901
  },
15118
14902
  "links": {
@@ -15123,19 +14907,11 @@
15123
14907
  "description": "Links to other spans"
15124
14908
  },
15125
14909
  "dropped_links_count": {
15126
- "allOf": [
15127
- {
15128
- "$ref": "#/components/schemas/Common.Count"
15129
- }
15130
- ],
14910
+ "$ref": "#/components/schemas/Common.Count",
15131
14911
  "description": "Dropped links count"
15132
14912
  },
15133
14913
  "status": {
15134
- "allOf": [
15135
- {
15136
- "$ref": "#/components/schemas/OTel.Traces.SpanStatus"
15137
- }
15138
- ],
14914
+ "$ref": "#/components/schemas/OTel.Traces.SpanStatus",
15139
14915
  "description": "Span status"
15140
14916
  },
15141
14917
  "flags": {
@@ -15144,19 +14920,11 @@
15144
14920
  "description": "Span flags"
15145
14921
  },
15146
14922
  "resource": {
15147
- "allOf": [
15148
- {
15149
- "$ref": "#/components/schemas/OTel.Resource.Resource"
15150
- }
15151
- ],
14923
+ "$ref": "#/components/schemas/OTel.Resource.Resource",
15152
14924
  "description": "Resource describing the entity that produced this span"
15153
14925
  },
15154
14926
  "instrumentation_scope": {
15155
- "allOf": [
15156
- {
15157
- "$ref": "#/components/schemas/Common.InstrumentationScope"
15158
- }
15159
- ],
14927
+ "$ref": "#/components/schemas/Common.InstrumentationScope",
15160
14928
  "description": "Instrumentation scope"
15161
14929
  }
15162
14930
  },
@@ -15178,11 +14946,7 @@
15178
14946
  "description": "Event name"
15179
14947
  },
15180
14948
  "time_unix_nano": {
15181
- "allOf": [
15182
- {
15183
- "$ref": "#/components/schemas/Common.UnixNanos"
15184
- }
15185
- ],
14949
+ "$ref": "#/components/schemas/Common.UnixNanos",
15186
14950
  "description": "Event timestamp in nanoseconds since epoch"
15187
14951
  },
15188
14952
  "attributes": {
@@ -15193,11 +14957,7 @@
15193
14957
  "description": "Event attributes"
15194
14958
  },
15195
14959
  "dropped_attributes_count": {
15196
- "allOf": [
15197
- {
15198
- "$ref": "#/components/schemas/Common.Count"
15199
- }
15200
- ],
14960
+ "$ref": "#/components/schemas/Common.Count",
15201
14961
  "description": "Dropped attributes count"
15202
14962
  }
15203
14963
  },
@@ -15214,27 +14974,15 @@
15214
14974
  ],
15215
14975
  "properties": {
15216
14976
  "trace_id": {
15217
- "allOf": [
15218
- {
15219
- "$ref": "#/components/schemas/Common.TraceId"
15220
- }
15221
- ],
14977
+ "$ref": "#/components/schemas/Common.TraceId",
15222
14978
  "description": "Linked trace ID"
15223
14979
  },
15224
14980
  "span_id": {
15225
- "allOf": [
15226
- {
15227
- "$ref": "#/components/schemas/Common.SpanId"
15228
- }
15229
- ],
14981
+ "$ref": "#/components/schemas/Common.SpanId",
15230
14982
  "description": "Linked span ID"
15231
14983
  },
15232
14984
  "trace_state": {
15233
- "allOf": [
15234
- {
15235
- "$ref": "#/components/schemas/Common.TraceState"
15236
- }
15237
- ],
14985
+ "$ref": "#/components/schemas/Common.TraceState",
15238
14986
  "description": "Trace state of the linked span"
15239
14987
  },
15240
14988
  "attributes": {
@@ -15245,11 +14993,7 @@
15245
14993
  "description": "Link attributes"
15246
14994
  },
15247
14995
  "dropped_attributes_count": {
15248
- "allOf": [
15249
- {
15250
- "$ref": "#/components/schemas/Common.Count"
15251
- }
15252
- ],
14996
+ "$ref": "#/components/schemas/Common.Count",
15253
14997
  "description": "Dropped attributes count"
15254
14998
  },
15255
14999
  "flags": {
@@ -15267,19 +15011,11 @@
15267
15011
  "type": "object",
15268
15012
  "properties": {
15269
15013
  "trace_id": {
15270
- "allOf": [
15271
- {
15272
- "$ref": "#/components/schemas/Common.TraceId"
15273
- }
15274
- ],
15014
+ "$ref": "#/components/schemas/Common.TraceId",
15275
15015
  "description": "Filter by trace ID"
15276
15016
  },
15277
15017
  "parent_span_id": {
15278
- "allOf": [
15279
- {
15280
- "$ref": "#/components/schemas/Common.SpanId"
15281
- }
15282
- ],
15018
+ "$ref": "#/components/schemas/Common.SpanId",
15283
15019
  "description": "Filter by parent span ID"
15284
15020
  },
15285
15021
  "name": {
@@ -15287,11 +15023,7 @@
15287
15023
  "description": "Filter by span name (supports wildcards)"
15288
15024
  },
15289
15025
  "kind": {
15290
- "allOf": [
15291
- {
15292
- "$ref": "#/components/schemas/OTel.Enums.SpanKind"
15293
- }
15294
- ],
15026
+ "$ref": "#/components/schemas/OTel.Enums.SpanKind",
15295
15027
  "description": "Filter by span kind"
15296
15028
  },
15297
15029
  "service_name": {
@@ -15299,27 +15031,15 @@
15299
15031
  "description": "Filter by service name"
15300
15032
  },
15301
15033
  "status_code": {
15302
- "allOf": [
15303
- {
15304
- "$ref": "#/components/schemas/OTel.Enums.SpanStatusCode"
15305
- }
15306
- ],
15034
+ "$ref": "#/components/schemas/OTel.Enums.SpanStatusCode",
15307
15035
  "description": "Filter by status code"
15308
15036
  },
15309
15037
  "min_duration_ns": {
15310
- "allOf": [
15311
- {
15312
- "$ref": "#/components/schemas/Common.DurationNs"
15313
- }
15314
- ],
15038
+ "$ref": "#/components/schemas/Common.DurationNs",
15315
15039
  "description": "Minimum duration in nanoseconds"
15316
15040
  },
15317
15041
  "max_duration_ns": {
15318
- "allOf": [
15319
- {
15320
- "$ref": "#/components/schemas/Common.DurationNs"
15321
- }
15322
- ],
15042
+ "$ref": "#/components/schemas/Common.DurationNs",
15323
15043
  "description": "Maximum duration in nanoseconds"
15324
15044
  },
15325
15045
  "attribute": {
@@ -15348,27 +15068,15 @@
15348
15068
  ],
15349
15069
  "properties": {
15350
15070
  "total_count": {
15351
- "allOf": [
15352
- {
15353
- "$ref": "#/components/schemas/Common.Count"
15354
- }
15355
- ],
15071
+ "$ref": "#/components/schemas/Common.Count",
15356
15072
  "description": "Total span count"
15357
15073
  },
15358
15074
  "error_count": {
15359
- "allOf": [
15360
- {
15361
- "$ref": "#/components/schemas/Common.Count"
15362
- }
15363
- ],
15075
+ "$ref": "#/components/schemas/Common.Count",
15364
15076
  "description": "Error count"
15365
15077
  },
15366
15078
  "error_rate": {
15367
- "allOf": [
15368
- {
15369
- "$ref": "#/components/schemas/Common.Ratio"
15370
- }
15371
- ],
15079
+ "$ref": "#/components/schemas/Common.Ratio",
15372
15080
  "description": "Error rate (0.0 - 1.0)"
15373
15081
  },
15374
15082
  "avg_duration_ns": {
@@ -15377,43 +15085,23 @@
15377
15085
  "description": "Average duration in nanoseconds"
15378
15086
  },
15379
15087
  "p50_duration_ns": {
15380
- "allOf": [
15381
- {
15382
- "$ref": "#/components/schemas/Common.DurationNs"
15383
- }
15384
- ],
15088
+ "$ref": "#/components/schemas/Common.DurationNs",
15385
15089
  "description": "P50 duration in nanoseconds"
15386
15090
  },
15387
15091
  "p90_duration_ns": {
15388
- "allOf": [
15389
- {
15390
- "$ref": "#/components/schemas/Common.DurationNs"
15391
- }
15392
- ],
15092
+ "$ref": "#/components/schemas/Common.DurationNs",
15393
15093
  "description": "P90 duration in nanoseconds"
15394
15094
  },
15395
15095
  "p99_duration_ns": {
15396
- "allOf": [
15397
- {
15398
- "$ref": "#/components/schemas/Common.DurationNs"
15399
- }
15400
- ],
15096
+ "$ref": "#/components/schemas/Common.DurationNs",
15401
15097
  "description": "P99 duration in nanoseconds"
15402
15098
  },
15403
15099
  "min_duration_ns": {
15404
- "allOf": [
15405
- {
15406
- "$ref": "#/components/schemas/Common.DurationNs"
15407
- }
15408
- ],
15100
+ "$ref": "#/components/schemas/Common.DurationNs",
15409
15101
  "description": "Minimum duration in nanoseconds"
15410
15102
  },
15411
15103
  "max_duration_ns": {
15412
- "allOf": [
15413
- {
15414
- "$ref": "#/components/schemas/Common.DurationNs"
15415
- }
15416
- ],
15104
+ "$ref": "#/components/schemas/Common.DurationNs",
15417
15105
  "description": "Maximum duration in nanoseconds"
15418
15106
  },
15419
15107
  "throughput_per_second": {
@@ -15455,11 +15143,7 @@
15455
15143
  "description": "Dimension value (e.g., service name)"
15456
15144
  },
15457
15145
  "count": {
15458
- "allOf": [
15459
- {
15460
- "$ref": "#/components/schemas/Common.Count"
15461
- }
15462
- ],
15146
+ "$ref": "#/components/schemas/Common.Count",
15463
15147
  "description": "Span count for this dimension"
15464
15148
  },
15465
15149
  "avg_duration_ns": {
@@ -15468,11 +15152,7 @@
15468
15152
  "description": "Average duration in nanoseconds"
15469
15153
  },
15470
15154
  "error_rate": {
15471
- "allOf": [
15472
- {
15473
- "$ref": "#/components/schemas/Common.Ratio"
15474
- }
15475
- ],
15155
+ "$ref": "#/components/schemas/Common.Ratio",
15476
15156
  "description": "Error rate for this dimension"
15477
15157
  }
15478
15158
  },
@@ -15488,11 +15168,7 @@
15488
15168
  ],
15489
15169
  "properties": {
15490
15170
  "code": {
15491
- "allOf": [
15492
- {
15493
- "$ref": "#/components/schemas/OTel.Enums.SpanStatusCode"
15494
- }
15495
- ],
15171
+ "$ref": "#/components/schemas/OTel.Enums.SpanStatusCode",
15496
15172
  "description": "Status code"
15497
15173
  },
15498
15174
  "message": {
@@ -15542,19 +15218,11 @@
15542
15218
  ],
15543
15219
  "properties": {
15544
15220
  "trace_id": {
15545
- "allOf": [
15546
- {
15547
- "$ref": "#/components/schemas/Common.TraceId"
15548
- }
15549
- ],
15221
+ "$ref": "#/components/schemas/Common.TraceId",
15550
15222
  "description": "Trace identifier"
15551
15223
  },
15552
15224
  "root_span": {
15553
- "allOf": [
15554
- {
15555
- "$ref": "#/components/schemas/OTel.Traces.Span"
15556
- }
15557
- ],
15225
+ "$ref": "#/components/schemas/OTel.Traces.Span",
15558
15226
  "description": "Root span of the trace"
15559
15227
  },
15560
15228
  "span_count": {
@@ -15563,11 +15231,7 @@
15563
15231
  "description": "Total span count"
15564
15232
  },
15565
15233
  "duration_ns": {
15566
- "allOf": [
15567
- {
15568
- "$ref": "#/components/schemas/Common.DurationNs"
15569
- }
15570
- ],
15234
+ "$ref": "#/components/schemas/Common.DurationNs",
15571
15235
  "description": "Trace duration in nanoseconds"
15572
15236
  },
15573
15237
  "start_time": {
@@ -16896,11 +16560,7 @@
16896
16560
  "$ref": "#/components/schemas/Workbench.WorkbenchExecutionRequest"
16897
16561
  },
16898
16562
  "effect": {
16899
- "allOf": [
16900
- {
16901
- "$ref": "#/components/schemas/Workbench.WorkbenchExecutionEffect"
16902
- }
16903
- ],
16563
+ "$ref": "#/components/schemas/Workbench.WorkbenchExecutionEffect",
16904
16564
  "description": "Server-derived effect from the SDK-validated discovered Tool and its annotations."
16905
16565
  },
16906
16566
  "confirmation": {
@@ -17100,11 +16760,7 @@
17100
16760
  "$ref": "#/components/schemas/Workbench.WorkbenchSecretReference"
17101
16761
  },
17102
16762
  "scheme": {
17103
- "allOf": [
17104
- {
17105
- "$ref": "#/components/schemas/Workbench.WorkbenchHeaderSecretScheme"
17106
- }
17107
- ],
16763
+ "$ref": "#/components/schemas/Workbench.WorkbenchHeaderSecretScheme",
17108
16764
  "description": "Optional HTTP authentication scheme applied to the resolved secret. Omit for a raw header value."
17109
16765
  }
17110
16766
  },