-
## Description
Develop a comprehensive test plan to cover all the latest changes made in the protocol server. The test plan should ensure that **the new features and updates function correctly and sec…
-
### What is the bug?
I tried to load the opensearch API spec YAML into a python client [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator).
However, when running the s…
-
Do schema dialects need some mention in the Arazzo specification?
taken from OAS, I believe this should also apply to Arazzo.
> 4.8.24.2.3 Specifying Schema Dialects
It is important for toolin…
-
### Description
> $Subject
### Steps to Reproduce
Try to generate the client for the following spec:
```yaml
openapi: 3.0.0
info:
title: Albums API
version: 1.0.0
description: A simple …
-
Hi,
I'm trying to generate open-api.yaml from java classes with using springdoc-openapi-maven-plugin 1.4 But, unfortunately, when I use $ref in @Schema annotation, it does not generate quotes, but i…
-
https://community.rstudio.com/t/adding-endpoint-documentation-from-programmatic-usage-in-plumber/71271
> As a bonus, how can I add the global API documentation when using pr?
>
> ```
> #* @apiT…
-
**Problem description**
Create initial version based on https://github.com/camaraproject/APIBacklog/blob/main/documentation/API%20proposals/APIProposal_Device_Connection_Quality_Indicator.md
Inp…
-
# Description
A warning for potential duplicate content needs to be added when creating an expense via the `POST /trips/:id/expenses` request. Detailed duplicate validation will involve two key pro…
-
The POST response bodies are not included in the OAS exposed by PocketIC's `/api.json` endpoint.
Example:
```json
{
...
"/instances/": {
"get": {
"responses": {
"200": …
-
**Describe the bug**
When defining an OpenApiSecurityScheme of type http with the scheme bearer, the default value for In is set to Query instead of Header. According to the OpenAPI Specification, he…