-
After discussion with @AntoineCezar and debates in issue #9 it seems relevant to use [JSON schema]([http://json-schema.org) for model definitions, instead of our own formalism.
A basic investigation …
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the issue has not already been raised
` "@fastify/swagger": "7.4.1",`
### I…
-
```js
export type room = {
person: person
}
export type person = {
id: number
from: from
}
export type from = {
address: string
}
const settings = {
ref: true,
required:…
-
-
### Current State
The new `v1alpha3` schema for Relationship Definition introduces a new `match` action in the `selectors` property, enhancing the flexibility of relationship definitions. However, th…
-
**Is your feature request related to a problem? Please describe.**
Given a 2.0 OpenAPI document, trying to import it fails as it finds no models
Args:
```
--input-file-type openapi --input op…
-
## Overview
We are proposing to refactor the current **aelastics-types** package into **three separate npm scoped packages** to improve modularity, maintainability, and flexibility. This refactor w…
-
The spec currently says the following about the `asset.version` property:
> The glTF version in the form of `.` that this asset targets.
Additionally, the JSON schema implies the following regexp …
-
**Describe the bug**
Generation of list/array of discriminated union annotates the list, not the union. Same problem with `= Field(..., discriminator)` too if you don't use annotated.
**To Repro…
-
### Testability: foundational
### Description
Paper sync will require a digital representation of the form in our database. What we have right now is a copy of the new paper form. We need to
- De…