-
Observed something in the UI and upon looking at the endpoint response think this highlights something more.
##### Steps to reproduce:
* Ran a script that created a `DatasetEvent` ([from OpenLinea…
-
Hi,
When working with a union of records, I am unable to deserialize record using apache_avro.
Example schema `Foo.avsc`:
```json
{
"type": "record",
"name": "Foo",
"fields": [
{"n…
-
Users can introduce new fields using projection. However, they cannot turn around and filter on these fields. This can perhaps wait until we have general SQL support but it could be implemented earl…
-
### Use case
I would like to use the Powertools parser library to parse the AppSync lambda resolver event. (The fields are described here: https://docs.aws.amazon.com/appsync/latest/devguide/resolve…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version: master-20241107-994f52fa-amd64
- Deployment mode(standalone …
-
### Description
GraphQL will be used as a query language for our API, allowing us to define what data we need and retrieve it efficiently. This integration will enable us to send queries and muta…
-
This issue will record conversions regarding discussions about JSON Document Schema for Prayer timetables.
## What is a JSON Schema?
A **JSON document schema** is a formal definition that outlin…
-
I have a problem when requesting post with list (nested (schema) so that the input type is not accepted
{
"code": 422,
"errors": {
"form": {
"addresses": {
"0": {
"_schema": [
"Invalid input…
ghost updated
2 months ago
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Hi,
I have some models for which I annotate fields using `ForwardRef`s, however in my scenario the ultimate definition…
-
**Describe the bug**
We have several string fields in our API that are nullable (i.e., optional), but also have a max length. When using OAS 3.0.3 as the target schema version, this works fine, howev…