-
### š Description
When previewing a custom field extension using the Custom Field Explorer, only the `type` field from the schema is included in the preview. Any other elements of the JSON Schema is ā¦
jvmdc updated
1 month ago
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When using inheritance for `BaseModel` classes, I would expect to be able to define new fields on a subclass and ā¦
-
**Tasks:**
* [x] Replace drf-yasg custom inspectors with drf-yasg extensions
* [x] Keep the support of all existing schema customization, including error responses, separate content type for error rā¦
-
### Describe the bug
When trying to validate the template in vs code I get the error invalid resource type provided. This is also the case with any of the default templates given as examples on githuā¦
-
### Environment
#### Package
show
```
$ composer show --latest gedmo/doctrine-extensions
name : gedmo/doctrine-extensions
descrip. : Doctrine behavioral extensions
keywordā¦
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
Not sure if this is expected or not, but my decimal constraints do not appear to make it to the Jsonschema:
##ā¦
-
## Description
UC07 - View members of a group is indeed a possible use case for a user, but there is no command that display the members in a group. The MSS and Extensions are confusing, especially MSā¦
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2
### Description
When using AliasChoices for the validation_alias the first value is used in error messages instead of the field name
ā¦
-
### Feature description
In the Git Extensions "Diff" tab, there is a filter field titled "Filter files using a regular expression...". It would be very useful if this filter allowed searching for speā¦
-
```python
from typing import Annotated
from typing_extensions import TypeAliasType
from pydantic import Field, BaseModel
SomeAlias = TypeAliasType('SomeAlias', Annotated[int, Field(descriptionā¦