-
[Core 4.3.5](https://json-schema.org/draft/2020-12/json-schema-core#section-4.3.5) has the following:
> The root schema is the schema that comprises the entire JSON document in question. The ro…
-
It is common practice (particularly in OAS 2.0 and 3.0) to create documents that consist of a referenceable OAS Object (meaning any capitalized-in-the-spec Object type that either has an entry in the …
-
Looks like a stuck cache ... I open one document, make some changes, `vs-openapi-designer` correctly updates preview pane. So far, so good.
I close the preview pane and open another Open API do…
-
### What happens?
OpenAPI schema imports should be more resilient to `null` values in JSON schema.
When providing a schema like this (or presumably a schema with null values elsewhere, I generat…
-
## 📚 Documentation
I have a simple proto file:
```
message GetTokenRequest {
string hostname = 1 [(buf.validate.field).required = true, (buf.validate.field).string.hostname = true ];
repeat…
-
Integrate Swagger/OpenAPI to document all RESTful APIs.
Ensure documentation is accessible via a dedicated endpoint (e.g., /swagger-ui.html).
Keep documentation updated with API changes.
XDftr updated
1 month ago
-
VS Code YAML extension uses Schema Store https://www.schemastore.org/api/json/catalog.json to automatically guess and apply JSON Schemas to documents being edited.
My understanding is that if multi…
-
### Question
Hello! 👋
First of all, thank you for the team's work on this project.
As a follow up to https://github.com/apple/swift-openapi-generator/pull/366 and #36, I was wondering if suppo…
-
Hello everyone,
i have seen an issue in ApiPlatform documentation about integration with VichUploaderBundle. The issue is when i follow the documentation step by step i got an error saying multipart…
-
A regular C# builder pattern would help a lot in many scenarios.
Building an object now is very complex...
Builder pattern is also the "de facto" in Aspnetcore.. so would make sense to expose a si…