SCRUM-34: slobodeniuk parking signals

This commit is contained in:
Senya
2026-02-26 12:11:07 +02:00
parent 7ddfb68b02
commit f9ef916331
7 changed files with 74 additions and 7 deletions

View 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()