-
## Problem
Since JSON Schema Draft 6, `$id` is required to be a valid URI reference as defined in [RFC3986, section 4.1](https://tools.ietf.org/html/rfc3986#section-4.1), which is either a URI (*e.…
-
One route is via JSON Schema, but the current tools that derive Go code from JSON Schema appear to not support sum types (`OneOf` constructs other than pure enums). See [this investigation](https://gi…
-
I'm working on a large Clojure client project with hundreds of Malli schemas. When I try to run tests locally, I just get `:malli.core/invalid-schema` errors. I tried to instrument using `(malli.instr…
-
I have the following questions ;
- Is it okay to add units other than those specified in the ‘Measurement Units’ schema? (e.g. use by adding cm/s that is not specified in the schema)
- Similar…
-
I introduced `requiredOnly` earlier (https://github.com/dancasey/json-schema-default-instance/pull/1), but now I feel like it was a wrong way. I think there is a way to cover both options without addi…
-
I keep getting this error. All my types are in the appropriate default folder. I am using serverless.ts
```javascript
uploadImageToS3: {
handler: 'functions/upload-image-to-s3.handler',
…
-
The [openapi.yaml](https://github.com/StackStorm/st2/blob/master/st2common/st2common/openapi.yaml) not standing in https://github.com/OAI/OpenAPI-Specification/blob/main/schemas/v2.0/schema.json speci…
-
It seems there is no way to set global description for the whole Entity. If use `grape-swagger-entity`, it takes entity definition outside from `resource`, which I think is incorrect.
```json
{
…
-
### Description
Plandex currently lacks functionality to retain specific files across multiple plans, particularly when creating new plans using the `plandex new` command. This is essential for consi…
-
Hi team, I have some problem when trying to use dataclass annotation, marshmallow schema and flasgger, it seems that Flasgger cannot included complicated type such as this enum in this example.
It wo…