SCRUM-34: slobodeniuk parking signals
This commit is contained in:
8
agent/src/schema/parking_schema.py
Normal file
8
agent/src/schema/parking_schema.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from marshmallow import Schema, fields
|
||||
|
||||
from agent.src.schema.gps_schema import GpsSchema
|
||||
|
||||
|
||||
class ParkingSchema(Schema):
|
||||
gps = fields.Nested(GpsSchema)
|
||||
empty_count = fields.Int()
|
||||
Reference in New Issue
Block a user