[New Feature] Rest API implementation to showcase the OpenDBM features
This commit is contained in:
7
rest_api/app/schemas/file_properties.py
Normal file
7
rest_api/app/schemas/file_properties.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
class FileProperties(BaseModel):
|
||||
file_name: str = None
|
||||
file_extension: str = None
|
||||
platform: str = ''
|
||||
|
||||
Reference in New Issue
Block a user