Skip to content

Commit

Permalink
Fix OpenAPI documentation of schema load endpoint (#3911)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarros authored Jul 24, 2024
1 parent 9cb8f3c commit f2a9c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/infrahub/api/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class SchemaLoadAPI(SchemaRoot):
version: str


class SchemasLoadAPI(SchemaRoot):
class SchemasLoadAPI(BaseModel):
schemas: list[SchemaLoadAPI]


Expand Down

0 comments on commit f2a9c2a

Please sign in to comment.