Skip to content

Commit

Permalink
models
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Dec 6, 2024
1 parent c8b30ca commit e7bba25
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class ApiKeyCreateRequest(OutputSchema):
alias_generator=AliasGenerator(
validation_alias=to_camel,
),
from_attributes=True,
json_schema_extra={
"examples": [
{
Expand Down Expand Up @@ -92,6 +93,7 @@ class ApiKeyCreateResponse(ApiKeyCreateRequest):
alias_generator=AliasGenerator(
serialization_alias=to_camel,
),
from_attributes=True,
json_schema_extra={
"examples": [
{
Expand Down Expand Up @@ -130,6 +132,7 @@ class ApiKeyGet(OutputSchema):
alias_generator=AliasGenerator(
serialization_alias=to_camel,
),
from_attributes=True,
json_schema_extra={
"examples": [
{
Expand Down

0 comments on commit e7bba25

Please sign in to comment.