-
Follow up to #192618
Implement a registry for embeddables to optionally register their configuration schemas for stricter validation and a better API schema definitions for the public Dashboards API.…
-
### Actual Behavior
I hacked together the code below so that I could test this library in isolation, but for context we are using it inside of a Pyramid app. When I run the case below, I get the fo…
-
Hello everyone! As the maintainer of [openapi.tools](https://openapi.tools) I'm interested in tracking progress towards supporting OpenAPI v3.1.
It's got a bunch of amazing changes in it, solvin…
-
**Describe the bug**
The linter is returning the error `Example validation errored: exclusiveMinimum value must be ["number"]`, however in openapi 3.0.x exclusiveMinimum must be of type boolean, no…
-
**Environment**:
VSCode on multiple platforms; Windows 11, ChromeOS, Mac
**Version information**
Cloud Code Extension version: v.2.20.0
VSCode version:
Version: 1.95.1 (user setup)
Commit…
-
I am currently trying to validate an OpenAPI 3.0 document using the `json-schema-validator` library and I am getting the following warning when creating the `JsonSchema` object:
```
[main] WARN co…
-
Validation fails on 204 response, which has empty string as body.
**Example:**
```yaml
paths:
/health_check:
get:
description: Health check
responses:
'204':
…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
*…
-
### Is your feature request related to a problem? Please describe the problem.
The assertion made at the bottom of this article is false: https://learn.microsoft.com/en-us/openapi/kiota/models
S…
-
### Scribe version
4.37.1
### Your question
I use ResponseFromApiResource attribute to get sample response.
I saw that response/properties section in open api spec contains only type and example
…