opensearch-project / opensearch-api-specification

API specification for OpenSearch
Apache License 2.0
35 stars 62 forks source link

Fixed scripts endpoints. #699

Closed dblock closed 5 days ago

dblock commented 5 days ago

Description

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.

github-actions[bot] commented 5 days ago

Changes Analysis

Commit SHA: 8234f33c1ac953560c1e42bf37515fb89ff349e2 Comparing To SHA: 4f27c67d3f249ef9fd16ff027d7b028736f3c117

API Changes

Summary

├─┬Paths
│ └─┬/_scripts/painless/_execute
│   ├─┬GET
│   │ └─┬Responses
│   │   └─┬200
│   │     └─┬application/json
│   │       └─┬Schema
│   │         └─┬result
│   │           ├──[➖] type (30340:23)❌ 
│   │           ├──[➕] oneOf (30341:21)
│   │           ├──[➕] oneOf (30342:21)
│   │           └──[➕] oneOf (30343:21)
│   └─┬POST
│     └─┬Responses
│       └─┬200
│         └─┬application/json
│           └─┬Schema
│             └─┬result
│               ├──[➖] type (30340:23)❌ 
│               ├──[➕] oneOf (30341:21)
│               ├──[➕] oneOf (30342:21)
│               └──[➕] oneOf (30343:21)
└─┬Components
  ├─┬_core.scripts_painless_execute___PainlessContextSetup
  │ └──[➖] required (43607:11)❌ 
  └─┬_core.search___Hit
    └─┬fields
      └──[🔀] additionalProperties (44098:33)❌ 
Document Element Total Changes Breaking Changes
components 2 2
paths 8 2

Report

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

API Coverage

Before After Δ
Covered (%) 599 (58.67 %) 599 (58.67 %) 0 (0 %)
Uncovered (%) 422 (41.33 %) 422 (41.33 %) 0 (0 %)
Unknown 42 42 0
github-actions[bot] commented 5 days ago

Spec Test Coverage Analysis

Total Tested
528 410 (77.65 %)