Duplicated from ProzisTech/similarity_image
81a573f 524da64 81a573f 3f66b64
1
2
3
4
5
6
7
8
9
10
from pydantic import BaseModel class RequestModel(BaseModel): originId: int originSource: str sequence: int assetCode: str source: str similarity: int contentType: str