-
Given the example `- (body) complicatedPet {Object} the pet` {} seems to use the type property. Is there a way to have it use schema instead so it could be `- (body) complicatedPet {Pet} the pet` or `…
-
For inferring schemas from rest_framework Serializer classes
-
**Describe the bug**
Subscription pipeline fails when empty object passed for `subscriptionTags`.
**To Reproduce**
Steps to reproduce the behavior:
1. In a subscription JSON config, empty the `s…
-
## **Feature request**
**Is your feature request related to a problem? Please describe.**
Currently, the validator uses very clear schemas for structuring results internally. However, because it…
-
**Do you want to request a *feature* or report a *bug*?** feature
**What is the current behavior?**
Defining a model in a project with mongoose & typescript currently involves defining the schema …
-
**Describe the bug**
I'm running benchmarks for [OctoSQL](https://github.com/cube2222/octosql) and datafusion-cli is one of the tools I compare against. The previous version I used (0.6.0 I think) di…
-
The usage note of dcat:themeTaxonomy says "It is recommended that the taxonomy is organized in a skos:ConceptScheme, skos:Collection, owl:Ontology or similar, which allows each member to be denoted by…
-
This works all right:
```ts
type Potato = {
kiwi: string,
}
const potatoSchema : ZodSchema = z.object({
kiwi: z.string(),
});
```
But now I would like to add an additional value as …
-
It might be nice to have access to some more comprehensive schema inference tool (that examines an entire file, or an entire directory of files), but we can apply 80/20 rule and get something modestly…
-
As discussed on gitter, I want to use custom schemas with diesel. I am using postgresql. My use case is that the tables I want to query on aren't in the `public` schema. For example, I want to query `…