-
```
class UserPasswordSchema(Schema):
password: str
@login_required
@model_validator(mode='after')
@classmethod
def check_password(cls, obj):
check_user_password…
-
Hello,
Could you help me? I need to generate a json schema that contains arrays and examples, but without random examples in the result.
code:
```
option({
useExamplesValue: true,
…
-
### Description
Given a schema like this:
```yaml
FilterRule:
properties:
type:
type: string
enum:
- filter
const: filter
…
-
### What is the problem the feature request solves?
In `CometBatchIterator` we export the schema with each batch via Arrow FFI:
```scala
val arrowSchema = ArrowSchema.wrap(schemaAddrs(i…
-
On 11/20 at 11:10 am we recorded a validation error on the EZR
Error message goes as follows: 10-10EZR form validation failed. Form does not match schema. Error list: ["The property '#/spouseDateOfBi…
-
First of all, thanks for making this framework, it's a dream come true for me...
Suggestion:
Suppose we need to make some changes to the database schema in the `./migration/src` migration files. I…
-
**Description**
When inspecting `data` returned by `openapi-fetch`, the type can be quite difficult to read, and the appearance seems to vary. For example:
`index.ts`:
```ts
import createClien…
-
I think it would be wise to include a schema-first example in this repo. If someone approves, I will write up an example.
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
### Astronomer Cosmos Version
1.6.0
### dbt-core version
1.8.8
### Versions of dbt adapters
dbt-adapters 1.7.0
dbt-bigquery 1.8.3
### LoadMode
AUTOMATIC
### ExecutionMode
VIRTUALENV
### Invo…