-
Is there a way to use the oneOf attribute on the response specification?
Like this:
```
export class PreviewLink extends OpenAPIRoute {
static schema: OpenAPIRouteSchema = {
tags: ["Lin…
-
There's been some confusion and breaking changes between versions. We need to clarify the language .
sf105 updated
11 years ago
-
Earlier versions of Jamf Pro supported the option to create Configured / Not Configured settings for keys to make them visible but “turned off”.
Jamf Pro no longer seems to support this option and …
-
Reminder to reevaluate the validation schemas after all the signature and PoW algorithms are finalized.
-
How do you feel about changing `either` to `any`? When passing more than two values to `either`, it reads oddly.
-
If i want to reference another definition from inside a definition, I used to be able to have this:
"app_id": {
"$ref": "/schemata/app/definitions/identity"
}
But now prmd complains:
`failed schem…
-
Probably swagger but look for alternatives:
- redoc
- RAML
- swagger
- OpenAPI
-
Addition of `pattern` or `format` should be a breaking change. Removal should not be.
Changing `format` to a different value should also be a breaking change. Not out of principle, but I think it i…
-
I have a usecase where it would be helpful to support constant values via the [`const` keyword](https://json-schema.org/understanding-json-schema/reference/const).
Say we have an api spec containin…
-
```
Purpose of code changes on this branch:
By removing the type parameter from is(T) and is(Class), more uses of
allOf, anyOf, both/and, and either/or compile without warning, and little
seems to be…