We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998975a commit 199e6d3Copy full SHA for 199e6d3
fastapi_rest_jsonapi/schema.py
@@ -33,7 +33,7 @@ class BasePostJSONAPISchema(BaseJSONAPIItemSchema):
33
class BaseJSONAPIObjectSchema(BaseJSONAPIItemSchema):
34
"""Base JSON:API object schema."""
35
36
- id: int = Field(description="ID объекта")
+ id: str = Field(description="ID объекта")
37
38
39
class BasePatchJSONAPISchema(BaseJSONAPIObjectSchema):
0 commit comments