index
:
iot-monitoring.git
master
Unnamed repository; edit this file 'description' to name the repository.
Anon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
schemas
/
measures.py
blob: 999a82cc53f547b46cddb238f2c8de7a7654d4c4 (
plain
)
1
2
3
4
5
from pydantic import BaseModel class PostMeasure(BaseModel): name: str unit_code: str