-
Hi 👋
We are currently experimenting with using `sparkdantic` on our Spark schema definitions in our pipelines inside Databricks. However, based on our current configuration, we are bound to install…
-
I'm using latest (NSwag v13.8.2.0 (NJsonSchema v10.2.1.0 (Newtonsoft.Json v12.0.0.0))) version of NSwag.
My controller method definition is this:
```
[HttpGet("model/{sessionId}/default")]
…
-
## Is your feature request related to a problem? Please describe.
The `router.yaml` has a JSON config schema that can be generated from the Router binary but the helm charts provided by the router te…
-
```ts
interface A {
a: number;
}
interface B {
b: number;
}
export type MyType = A | B;
```
allows
```
const c: MyType = {
a: 12,
b: 13
};
```
but we generate
…
-
I think this might be a V7 bug as my schemas were all passing with V6.
If an external schema is referenced using `$ref` by more than one property, or within a property defined in the `definitions` …
-
Following (again) ideas from OAI/OpenAPI-Specification#563 and OAI/sig-moonwalk#115, extending OAI/OpenAPI-Specification#369:
- define reusable response headers (like parameters or definitions as prop…
-
Using Python 3.10.12 and version `jsonschema-gentypes` 2.4.0
So for this schema:
```json
{
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"SubresourceUris": {…
-
**Describe the feature request**
We need to add the TKR and TKG BOM struct definitions to **this** repository. This is essential in allowing others (such as TCE) to produce TKR and TKG BOMs.
Not…
-
We'll be focusing on improvements to the Airbyte API to ensure users can utilize the Airbyte API to use and maintain Airbyte.
## New endpoints
- Add a new Definition ID endpoint so that version in…
-
The `responds` now reads:
```
"responses": {
"200": {
"description": "The request was successful; the request was well-formed and received properly.",
"s…