Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix indices schemas #750

Merged
merged 3 commits into from
Dec 20, 2024
Merged

Conversation

Xtansia
Copy link
Collaborator

@Xtansia Xtansia commented Dec 19, 2024

Description

Fix indices schemas

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Contributor

github-actions bot commented Dec 19, 2024

Changes Analysis

Commit SHA: 76c6b9b
Comparing To SHA: a2afe56

API Changes

Summary

├─┬Paths
│ ├─┬/{alias}/_rollover
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[➖] required (29692:17)❌ 
│ │   │       ├──[➖] required (29693:17)❌ 
│ │   │       ├──[➖] required (29687:17)❌ 
│ │   │       ├──[➖] required (29688:17)❌ 
│ │   │       ├──[➖] required (29689:17)❌ 
│ │   │       ├──[➖] required (29690:17)❌ 
│ │   │       ├──[➖] required (29691:17)❌ 
│ │   │       ├──[➖] type (29668:19)❌ 
│ │   │       ├──[➖] properties (29670:15)❌ 
│ │   │       ├──[➖] properties (29672:15)❌ 
│ │   │       ├──[➖] properties (29676:15)❌ 
│ │   │       ├──[➖] properties (29678:15)❌ 
│ │   │       ├──[➖] properties (29680:15)❌ 
│ │   │       ├──[➖] properties (29682:15)❌ 
│ │   │       ├──[➖] properties (29684:15)❌ 
│ │   │       ├──[➕] allOf (29656:17)
│ │   │       └──[➕] allOf (32104:7)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬settings
│ │           └──[🔀] additionalProperties (26853:39)❌ 
│ ├─┬/_forcemerge
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (20110:15)❌ 
│ │       └──[➕] format (20111:17)❌ 
│ ├─┬/{index}/_shard_stores
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├─┬ONEOF
│ │       │ └─┬Schema
│ │       │   └──[🔀] $ref (51508:9)❌ 
│ │       └─┬ONEOF
│ │         └──[🔀] $ref (51508:9)❌ 
│ ├─┬/{alias}/_rollover/{new_index}
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[➖] required (29687:17)❌ 
│ │   │       ├──[➖] required (29688:17)❌ 
│ │   │       ├──[➖] required (29689:17)❌ 
│ │   │       ├──[➖] required (29690:17)❌ 
│ │   │       ├──[➖] required (29691:17)❌ 
│ │   │       ├──[➖] required (29692:17)❌ 
│ │   │       ├──[➖] required (29693:17)❌ 
│ │   │       ├──[➖] type (29668:19)❌ 
│ │   │       ├──[➖] properties (29670:15)❌ 
│ │   │       ├──[➖] properties (29672:15)❌ 
│ │   │       ├──[➖] properties (29676:15)❌ 
│ │   │       ├──[➖] properties (29678:15)❌ 
│ │   │       ├──[➖] properties (29680:15)❌ 
│ │   │       ├──[➖] properties (29682:15)❌ 
│ │   │       ├──[➖] properties (29684:15)❌ 
│ │   │       ├──[➕] allOf (29656:17)
│ │   │       └──[➕] allOf (32104:7)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬settings
│ │           └──[🔀] additionalProperties (26853:39)❌ 
│ ├─┬/{index}/_shrink/{target}
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       ├──[➖] required (29737:17)❌ 
│ │ │ │       ├──[➖] required (29738:17)❌ 
│ │ │ │       ├──[➖] required (29739:17)❌ 
│ │ │ │       ├──[➖] type (29728:19)❌ 
│ │ │ │       ├──[➖] properties (29730:15)❌ 
│ │ │ │       ├──[➖] properties (29734:15)❌ 
│ │ │ │       ├──[➖] properties (29732:15)❌ 
│ │ │ │       ├──[➕] allOf (32104:7)
│ │ │ │       └──[➕] allOf (29715:17)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬settings
│ │ │         └──[🔀] additionalProperties (26871:39)❌ 
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[➖] required (29737:17)❌ 
│ │   │       ├──[➖] required (29738:17)❌ 
│ │   │       ├──[➖] required (29739:17)❌ 
│ │   │       ├──[➖] type (29728:19)❌ 
│ │   │       ├──[➖] properties (29730:15)❌ 
│ │   │       ├──[➖] properties (29734:15)❌ 
│ │   │       ├──[➖] properties (29732:15)❌ 
│ │   │       ├──[➕] allOf (32104:7)
│ │   │       └──[➕] allOf (29715:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬settings
│ │           └──[🔀] additionalProperties (26871:39)❌ 
│ ├─┬/{index}/_close
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[➖] required (29352:17)❌ 
│ │           ├──[➖] required (29353:17)❌ 
│ │           ├──[➖] required (29354:17)❌ 
│ │           ├──[➖] type (29341:19)❌ 
│ │           ├──[➖] properties (29343:15)❌ 
│ │           ├──[➖] properties (29345:15)❌ 
│ │           ├──[➖] properties (29349:15)❌ 
│ │           ├──[➕] allOf (29330:17)
│ │           └──[➕] allOf (32104:7)
│ ├─┬/_shard_stores
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├─┬ONEOF
│ │       │ └─┬Schema
│ │       │   └──[🔀] $ref (51508:9)❌ 
│ │       └─┬ONEOF
│ │         └──[🔀] $ref (51508:9)❌ 
│ ├─┬/{index}/_clone/{target}
│ │ ├─┬PUT
│ │ │ ├─┬Responses
│ │ │ │ └─┬200
│ │ │ │   └─┬application/json
│ │ │ │     └─┬Schema
│ │ │ │       ├──[➖] required (29333:17)❌ 
│ │ │ │       ├──[➖] required (29334:17)❌ 
│ │ │ │       ├──[➖] required (29335:17)❌ 
│ │ │ │       ├──[➖] type (29324:19)❌ 
│ │ │ │       ├──[➖] properties (29326:15)❌ 
│ │ │ │       ├──[➖] properties (29328:15)❌ 
│ │ │ │       ├──[➖] properties (29330:15)❌ 
│ │ │ │       ├──[➕] allOf (32104:7)
│ │ │ │       └──[➕] allOf (29314:17)
│ │ │ └─┬Requestbody
│ │ │   └─┬application/json
│ │ │     └─┬Schema
│ │ │       └─┬settings
│ │ │         └──[🔀] additionalProperties (26645:39)❌ 
│ │ └─┬POST
│ │   ├─┬Responses
│ │   │ └─┬200
│ │   │   └─┬application/json
│ │   │     └─┬Schema
│ │   │       ├──[➖] required (29333:17)❌ 
│ │   │       ├──[➖] required (29334:17)❌ 
│ │   │       ├──[➖] required (29335:17)❌ 
│ │   │       ├──[➖] type (29324:19)❌ 
│ │   │       ├──[➖] properties (29326:15)❌ 
│ │   │       ├──[➖] properties (29328:15)❌ 
│ │   │       ├──[➖] properties (29330:15)❌ 
│ │   │       ├──[➕] allOf (32104:7)
│ │   │       └──[➕] allOf (29314:17)
│ │   └─┬Requestbody
│ │     └─┬application/json
│ │       └─┬Schema
│ │         └─┬settings
│ │           └──[🔀] additionalProperties (26645:39)❌ 
│ ├─┬/{index}/_forcemerge
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[🔀] type (20110:15)❌ 
│ │       └──[➕] format (20111:17)❌ 
│ ├─┬/{index}/_block/{block}
│ │ └─┬PUT
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           ├──[➖] required (29297:17)❌ 
│ │           ├──[➖] required (29298:17)❌ 
│ │           ├──[➖] required (29299:17)❌ 
│ │           ├──[➖] type (29286:19)❌ 
│ │           ├──[➖] properties (29288:15)❌ 
│ │           ├──[➖] properties (29292:15)❌ 
│ │           ├──[➖] properties (29290:15)❌ 
│ │           ├──[➕] allOf (29277:17)
│ │           └──[➕] allOf (32104:7)
│ ├─┬/{index}/_upgrade
│ │ └─┬POST
│ │   ├──[➖] requestBody (26952:7)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (29790:13)❌ 
│ ├─┬/_upgrade
│ │ └─┬POST
│ │   ├──[➖] requestBody (26952:7)❌ 
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] $ref (29790:13)❌ 
│ └─┬/{index}/_split/{target}
│   ├─┬PUT
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         ├──[➖] required (29775:17)❌ 
│   │         ├──[➖] required (29776:17)❌ 
│   │         ├──[➖] required (29777:17)❌ 
│   │         ├──[➖] type (29766:19)❌ 
│   │         ├──[➖] properties (29768:15)❌ 
│   │         ├──[➖] properties (29772:15)❌ 
│   │         ├──[➖] properties (29770:15)❌ 
│   │         ├──[➕] allOf (32104:7)
│   │         └──[➕] allOf (29752:17)
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             ├──[➖] required (29775:17)❌ 
│             ├──[➖] required (29776:17)❌ 
│             ├──[➖] required (29777:17)❌ 
│             ├──[➖] type (29766:19)❌ 
│             ├──[➖] properties (29768:15)❌ 
│             ├──[➖] properties (29772:15)❌ 
│             ├──[➖] properties (29770:15)❌ 
│             ├──[➕] allOf (32104:7)
│             └──[➕] allOf (29752:17)
└─┬Components
  ├──[➖] requestBodies (26952:7)❌ 
  ├──[➖] schemas (49807:7)❌ 
  ├──[➖] schemas (50780:7)❌ 
  ├──[➖] schemas (51448:7)❌ 
  ├──[➕] schemas (51507:7)
  ├─┬_common___TranslogStats
  │ ├─┬earliest_last_modified_age
  │ │ ├──[🔀] type (34378:17)❌ 
  │ │ └──[➕] format (34379:19)❌ 
  │ ├─┬operations
  │ │ ├──[🔀] type (34381:17)❌ 
  │ │ └──[➕] format (34382:19)❌ 
  │ └─┬uncommitted_operations
  │   ├──[🔀] type (34390:17)❌ 
  │   └──[➕] format (34391:19)❌ 
  ├─┬indices.stats___ShardFileSizeInfo
  │ └─┬count
  │   ├──[🔀] type (51695:17)❌ 
  │   └──[➕] format (51696:19)❌ 
  ├─┬_common___SearchStats
  │ ├─┬scroll_total
  │ │ ├──[🔀] type (33880:17)❌ 
  │ │ └──[➕] format (33881:19)❌ 
  │ ├─┬query_total
  │ │ ├──[🔀] type (33835:17)❌ 
  │ │ └──[➕] format (33836:19)❌ 
  │ ├─┬suggest_total
  │ │ ├──[🔀] type (33907:17)❌ 
  │ │ └──[➕] format (33908:19)❌ 
  │ ├─┬open_contexts
  │ │ ├──[🔀] type (33821:17)❌ 
  │ │ └──[➕] format (33822:19)❌ 
  │ ├─┬search_idle_reactivate_count_total
  │ │ ├──[🔀] type (33910:17)❌ 
  │ │ └──[➕] format (33911:19)❌ 
  │ ├─┬concurrent_query_total
  │ │ ├──[🔀] type (33839:17)❌ 
  │ │ └──[➕] format (33840:19)❌ 
  │ ├─┬fetch_current
  │ │ ├──[🔀] type (33856:17)❌ 
  │ │ └──[➕] format (33857:19)❌ 
  │ ├─┬point_in_time_total
  │ │ ├──[🔀] type (33884:17)❌ 
  │ │ └──[➕] format (33885:19)❌ 
  │ ├─┬query_current
  │ │ ├──[🔀] type (33825:17)❌ 
  │ │ └──[➕] format (33826:19)❌ 
  │ ├─┬scroll_current
  │ │ ├──[🔀] type (33870:17)❌ 
  │ │ └──[➕] format (33871:19)❌ 
  │ ├─┬concurrent_query_current
  │ │ ├──[🔀] type (33848:17)❌ 
  │ │ └──[➕] format (33849:19)❌ 
  │ ├─┬fetch_total
  │ │ ├──[🔀] type (33866:17)❌ 
  │ │ └──[➕] format (33867:19)❌ 
  │ ├─┬suggest_current
  │ │ ├──[🔀] type (33897:17)❌ 
  │ │ └──[➕] format (33898:19)❌ 
  │ ├─┬concurrent_avg_slice_count
  │ │ ├──[🔀] type (33852:17)❌ 
  │ │ └──[➕] format (33853:19)❌ 
  │ └─┬point_in_time_current
  │   ├──[🔀] type (33893:17)❌ 
  │   └──[➕] format (33894:19)❌ 
  ├─┬_common___SegmentReplicationStats
  │ ├──[➖] required (33907:11)❌ 
  │ ├──[➖] required (33905:11)❌ 
  │ ├──[➖] required (33906:11)❌ 
  │ ├──[➖] type (33896:13)❌ 
  │ ├──[➖] properties (33898:9)❌ 
  │ ├──[➖] properties (33900:9)❌ 
  │ ├──[➖] properties (33902:9)❌ 
  │ ├──[➕] oneOf (33942:11)
  │ ├──[➕] oneOf (33956:11)
  │ └─┬Extensions
  │   └──[➕] x-version-added (33940:24)
  ├─┬_common___IndexingStats
  │ ├─┬delete_current
  │ │ ├──[🔀] type (32894:17)❌ 
  │ │ └──[➕] format (32895:19)❌ 
  │ ├─┬delete_total
  │ │ ├──[🔀] type (32887:17)❌ 
  │ │ └──[➕] format (32888:19)❌ 
  │ ├─┬index_current
  │ │ ├──[🔀] type (32881:17)❌ 
  │ │ └──[➕] format (32882:19)❌ 
  │ ├─┬index_failed
  │ │ ├──[🔀] type (32884:17)❌ 
  │ │ └──[➕] format (32885:19)❌ 
  │ ├─┬index_total
  │ │ ├──[🔀] type (32874:17)❌ 
  │ │ └──[➕] format (32875:19)❌ 
  │ └─┬noop_update_total
  │   ├──[🔀] type (32897:17)❌ 
  │   └──[➕] format (32898:19)❌ 
  ├─┬indices.stats___ShardLease
  │ └─┬timestamp
  │   ├──[🔀] type (51708:17)❌ 
  │   └──[➕] format (51709:19)❌ 
  ├─┬_common___QueryCacheStats
  │ ├─┬cache_size
  │ │ ├──[🔀] type (33350:17)❌ 
  │ │ └──[➕] format (33351:19)❌ 
  │ ├─┬evictions
  │ │ ├──[🔀] type (33354:17)❌ 
  │ │ └──[➕] format (33355:19)❌ 
  │ ├─┬hit_count
  │ │ ├──[🔀] type (33358:17)❌ 
  │ │ └──[➕] format (33359:19)❌ 
  │ ├─┬miss_count
  │ │ ├──[🔀] type (33367:17)❌ 
  │ │ └──[➕] format (33368:19)❌ 
  │ ├─┬total_count
  │ │ ├──[🔀] type (33371:17)❌ 
  │ │ └──[➕] format (33372:19)❌ 
  │ └─┬cache_count
  │   ├──[🔀] type (33346:17)❌ 
  │   └──[➕] format (33347:19)❌ 
  ├─┬_common___FielddataStats
  │ └─┬evictions
  │   ├──[🔀] type (32574:17)❌ 
  │   └──[➕] format (32575:19)❌ 
  ├─┬_common___RecoveryStats
  │ ├─┬current_as_source
  │ │ ├──[🔀] type (33394:17)❌ 
  │ │ └──[➕] format (33395:19)❌ 
  │ └─┬current_as_target
  │   ├──[🔀] type (33397:17)❌ 
  │   └──[➕] format (33398:19)❌ 
  ├─┬_common___MergesStats
  │ ├─┬current
  │ │ ├──[🔀] type (33023:17)❌ 
  │ │ └──[➕] format (33024:19)❌ 
  │ ├─┬current_docs
  │ │ ├──[🔀] type (33026:17)❌ 
  │ │ └──[➕] format (33027:19)❌ 
  │ ├─┬total
  │ │ ├──[🔀] type (33033:17)❌ 
  │ │ └──[➕] format (33034:19)❌ 
  │ ├─┬total_docs
  │ │ ├──[🔀] type (33040:17)❌ 
  │ │ └──[➕] format (33041:19)❌ 
  │ └─┬unreferenced_file_cleanups_performed
  │   ├──[🔀] type (33059:17)❌ 
  │   └──[➕] format (33060:19)❌ 
  ├─┬indices.analyze___ExplainAnalyzeToken
  │ ├─┬termFrequency
  │ │ ├──[🔀] type (50959:17)❌ 
  │ │ └──[➕] format (50960:19)❌ 
  │ ├─┬position
  │ │ ├──[🔀] type (50950:17)❌ 
  │ │ └──[➕] format (50951:19)❌ 
  │ ├─┬end_offset
  │ │ ├──[🔀] type (50945:17)❌ 
  │ │ └──[➕] format (50946:19)❌ 
  │ ├─┬positionLength
  │ │ ├──[🔀] type (50953:17)❌ 
  │ │ └──[➕] format (50954:19)❌ 
  │ └─┬start_offset
  │   ├──[🔀] type (50956:17)❌ 
  │   └──[➕] format (50957:19)❌ 
  ├─┬_common___RequestStats
  │ ├─┬current
  │ │ ├──[🔀] type (33652:17)❌ 
  │ │ └──[➕] format (33653:19)❌ 
  │ └─┬total
  │   ├──[🔀] type (33655:17)❌ 
  │   └──[➕] format (33656:19)❌ 
  ├─┬indices.recovery___ShardRecovery
  │ └─┬id
  │   ├──[🔀] type (51222:17)❌ 
  │   └──[➕] format (51223:19)❌ 
  ├─┬_common___GetStats
  │ ├─┬current
  │ │ ├──[🔀] type (32791:17)❌ 
  │ │ └──[➕] format (32792:19)❌ 
  │ ├─┬missing_total
  │ │ ├──[🔀] type (32784:17)❌ 
  │ │ └──[➕] format (32785:19)❌ 
  │ ├─┬exists_total
  │ │ ├──[🔀] type (32777:17)❌ 
  │ │ └──[➕] format (32778:19)❌ 
  │ └─┬total
  │   ├──[🔀] type (32770:17)❌ 
  │   └──[➕] format (32771:19)❌ 
  ├─┬_common___WarmerStats
  │ ├─┬current
  │ │ ├──[🔀] type (34472:17)❌ 
  │ │ └──[➕] format (34473:19)❌ 
  │ └─┬total
  │   ├──[🔀] type (34475:17)❌ 
  │   └──[➕] format (34476:19)❌ 
  ├─┬_common___RemoteStoreTranslogUploadTotalUploadsStats
  │ ├─┬failed
  │ │ ├──[🔀] type (33527:17)❌ 
  │ │ └──[➕] format (33528:19)❌ 
  │ ├─┬started
  │ │ ├──[🔀] type (33531:17)❌ 
  │ │ └──[➕] format (33532:19)❌ 
  │ └─┬succeeded
  │   ├──[🔀] type (33535:17)❌ 
  │   └──[➕] format (33536:19)❌ 
  ├─┬_common___RefreshStats
  │ ├─┬external_total
  │ │ ├──[🔀] type (33419:17)❌ 
  │ │ └──[➕] format (33420:19)❌ 
  │ ├─┬listeners
  │ │ ├──[🔀] type (33426:17)❌ 
  │ │ └──[➕] format (33427:19)❌ 
  │ └─┬total
  │   ├──[🔀] type (33429:17)❌ 
  │   └──[➕] format (33430:19)❌ 
  ├─┬indices.recovery___RecoveryFiles
  │ ├─┬recovered
  │ │ ├──[🔀] type (51116:17)❌ 
  │ │ └──[➕] format (51117:19)❌ 
  │ ├─┬reused
  │ │ ├──[🔀] type (51119:17)❌ 
  │ │ └──[➕] format (51120:19)❌ 
  │ └─┬total
  │   ├──[🔀] type (51122:17)❌ 
  │   └──[➕] format (51123:19)❌ 
  ├─┬indices.segments___ShardsSegment
  │ ├─┬num_committed_segments
  │ │ ├──[🔀] type (51451:17)❌ 
  │ │ └──[➕] format (51452:19)❌ 
  │ └─┬num_search_segments
  │   ├──[🔀] type (51456:17)❌ 
  │   └──[➕] format (51457:19)❌ 
  ├─┬_common___RemoteStoreUploadPressureStats
  │ └─┬total_rejections
  │   ├──[🔀] type (33573:17)❌ 
  │   └──[➕] format (33574:19)❌ 
  ├─┬_common___SegmentsStats
  │ ├─┬max_unsafe_auto_id_timestamp
  │ │ └──[🔀] $ref (32503:9)❌ 
  │ └─┬count
  │   ├──[🔀] type (33974:17)❌ 
  │   └──[➕] format (33975:19)❌ 
  ├─┬indices.stats___ShardRetentionLeases
  │ └─┬primary_term
  │   ├──[🔀] type (51734:17)❌ 
  │   └──[➕] format (51735:19)❌ 
  ├─┬_common___FlushStats
  │ ├─┬periodic
  │ │ ├──[🔀] type (32648:17)❌ 
  │ │ └──[➕] format (32649:19)❌ 
  │ └─┬total
  │   ├──[🔀] type (32651:17)❌ 
  │   └──[➕] format (32652:19)❌ 
  ├─┬_common___RequestCacheStats
  │ ├─┬evictions
  │ │ ├──[🔀] type (33627:17)❌ 
  │ │ └──[➕] format (33628:19)❌ 
  │ ├─┬miss_count
  │ │ ├──[🔀] type (33637:17)❌ 
  │ │ └──[➕] format (33638:19)❌ 
  │ └─┬hit_count
  │   ├──[🔀] type (33630:17)❌ 
  │   └──[➕] format (33631:19)❌ 
  ├─┬indices.stats___ShardCommit
  │ ├─┬generation
  │ │ ├──[🔀] type (51663:17)❌ 
  │ │ └──[➕] format (51664:19)❌ 
  │ └─┬num_docs
  │   ├──[🔀] type (51668:17)❌ 
  │   └──[➕] format (51669:19)❌ 
  ├─┬_common___DocStats
  │ ├─┬deleted
  │ │ ├──[🔀] type (32461:17)❌ 
  │ │ └──[➕] format (32462:19)❌ 
  │ └─┬count
  │   ├──[🔀] type (32454:17)❌ 
  │   └──[➕] format (32455:19)❌ 
  ├─┬indices.recovery___FileDetails
  │ ├─┬length
  │ │ ├──[🔀] type (51069:17)❌ 
  │ │ └──[➕] format (51070:19)❌ 
  │ └─┬recovered
  │   ├──[🔀] type (51074:17)❌ 
  │   └──[➕] format (51075:19)❌ 
  ├─┬indices.analyze___AnalyzeToken
  │ ├─┬end_offset
  │ │ ├──[🔀] type (50906:17)❌ 
  │ │ └──[➕] format (50907:19)❌ 
  │ ├─┬position
  │ │ ├──[🔀] type (50909:17)❌ 
  │ │ └──[➕] format (50910:19)❌ 
  │ ├─┬positionLength
  │ │ ├──[🔀] type (50912:17)❌ 
  │ │ └──[➕] format (50913:19)❌ 
  │ └─┬start_offset
  │   ├──[🔀] type (50915:17)❌ 
  │   └──[➕] format (50916:19)❌ 
  ├─┬indices.stats___ShardSequenceNumber
  │ ├─┬global_checkpoint
  │ │ ├──[🔀] type (51774:17)❌ 
  │ │ └──[➕] format (51775:19)❌ 
  │ └─┬local_checkpoint
  │   ├──[🔀] type (51777:17)❌ 
  │   └──[➕] format (51778:19)❌ 
  ├─┬_common___RemoteStoreUploadStats
  │ └──[➖] required (33595:11)❌ 
  ├─┬indices.rollover___RolloverConditions
  │ ├─┬min_docs
  │ │ ├──[🔀] type (51355:17)❌ 
  │ │ └──[➕] format (51356:19)❌ 
  │ ├─┬min_primary_shard_docs
  │ │ ├──[🔀] type (51380:17)❌ 
  │ │ └──[➕] format (51381:19)❌ 
  │ ├─┬max_docs
  │ │ ├──[🔀] type (51358:17)❌ 
  │ │ └──[➕] format (51359:19)❌ 
  │ └─┬max_primary_shard_docs
  │   ├──[🔀] type (51377:17)❌ 
  │   └──[➕] format (51378:19)❌ 
  └─┬indices.recovery___TranslogStatus
    ├─┬recovered
    │ ├──[🔀] type (51272:17)❌ 
    │ └──[➕] format (51273:19)❌ 
    ├─┬total
    │ ├──[🔀] type (51275:17)❌ 
    │ └──[➕] format (51276:19)❌ 
    └─┬total_on_start
      ├──[🔀] type (51278:17)❌ 
      └──[➕] format (51279:19)❌ 

Document Element Total Changes Breaking Changes
paths 124 104
components 201 197
  • BREAKING Changes: 301 out of 325
  • Modifications: 107
  • Removals: 100
  • Additions: 118
  • Breaking Removals: 100
  • Breaking Modifications: 107
  • Breaking Additions: 94

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/12421937318/artifacts/2345908756

API Coverage

Before After Δ
Covered (%) 606 (59.35 %) 606 (59.35 %) 0 (0 %)
Uncovered (%) 415 (40.65 %) 415 (40.65 %) 0 (0 %)
Unknown 43 43 0

dblock
dblock previously approved these changes Dec 19, 2024
Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Thomas Farr <[email protected]>
@Xtansia Xtansia force-pushed the fix/indices-schemas branch from 760cd38 to 07586ef Compare December 19, 2024 22:19
Signed-off-by: Thomas Farr <[email protected]>
@Xtansia Xtansia force-pushed the fix/indices-schemas branch from 07586ef to 76c6b9b Compare December 19, 2024 22:37
Copy link
Contributor

Spec Test Coverage Analysis

Total Tested
536 541 (100.93 %)

@Xtansia Xtansia requested a review from dblock December 19, 2024 22:46
@dblock dblock merged commit edf9d6f into opensearch-project:main Dec 20, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants