added base protocol types that every app in this monorepo import it
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://sadtech.ir/schemas/sync-request.schema.json",
|
||||
"title": "SyncRequest",
|
||||
"description": "A sync request is a request sent by a device to the server to synchronize its local database with the server's database.",
|
||||
"description": "A sync request is a request sent by a device to the server.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"device_id": {
|
||||
@@ -26,4 +26,4 @@
|
||||
"cursor",
|
||||
"operations"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user