-
With this keystatic config
```ts
// in ./keystatic.config.ts
import { config, fields, collection } from '@keystatic/core';
export default config({
storage: {
kind: 'local',
},
co…
-
Serializer fields that point to other serializers and are `read_only` should be marked as `readOnly` in the schema.
For example, I have an `AccountSerializer` with a field called `user` that points…
-
## Motivation
As a measure to ensure our web entities are accurately consumed by bots we have a need for a scalable solution to implement correctly formatted templated schema markup via our enterpris…
-
### Feature description
Right now this connector has no knowledge of relationships - it simply receives openCDC records and does CRUD on SurrealDB.
It would be good to be able to automatically
…
-
**Is your feature request related to a problem? Please describe.**
I had a problem to serialize fields. I try to rewrite pydantic_model_creator, by pass an argument `__base__` inheriting `PydanticM…
-
User reported UX issue.
If a schema registry is configured (as is the case with Avro) we should infer the schema and not require the user to spell it out, as it is error prone and tedious (especial…
-
# Use Case
An schema of an type=object has a [examples](https://www.learnjsonschema.com/2020-12/meta-data/examples/) property which could be used for generating public static constant instances of th…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When running graphql queries via app sync against dynamodb, certain queries are showing incon…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
Have documents with default values improves performance