-
@dma61 er zijn twee "financialTransaction" entiteiten in Berichtenstructuur 2 (1c), eentje op schema niveau en eentje op cohort niveau. Echter staat er in het schema bij de eerste een ma…
-
### Prerequisites
- [X] I have searched the existing issues
- [X] I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers.
- [X] I have read the…
-
Minimal input schema:
```json
{
"openapi": "3.0.1",
"info": {
"title": "bug report"
},
"paths": {
"/something": {
"post": {
"responses": {
"200": {…
-
Hello,
Below is an example where interface could be
```ts
export type ISchema = ({ foo: string } | { bar: string }) & { baz: string };
```
Output is
```json
{
"$schema": "http://jso…
-
**Describe the bug**
I'm trying to describe a nullable ref and spectral is yelling at my examples being invalid
**To Reproduce**
Given this OpenAPI document:
```
openapi: 3.0.0
info:
titl…
-
Hi I would like to use `NJsonSchema` to generate the following schema.
However, no matter what I tried, I was unable to generate the following schema.
```json
{
"$schema": "http://json-schema.…
-
Hi,
currently, I have an issue about `allOf` usage with a polymorphism object. Indeed, when I use the declaration below, the presentation in redoc is incorrect.
I use Pet object declared like th…
-
After multiple scanning for type inference going on, we keep building the types using AllOf/OneOf. For example: it looks AllOf(all_possibilities_of_record) is looking pretty huge!
Recently (first we…
-
**Describe the bug**
When using a schema that contains an "allOf" reference to a nullable object, the generation fails with the message "Cannot take allOf a non-object".
**OpenAPI Spec File**
Doc…
-
According to the [structural schema](https://kubernetes.io/blog/2019/06/20/crd-structural-schema/), CRD schemas such as the one below (from the linked article) are allowed:
```
type: object
propert…