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/operation.schema.json",
|
||||
"title": "Operation",
|
||||
"description": "An operation is a single action that can be performed on the database by sync protocol.",
|
||||
"description": "An operation is a single action performed on the database.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
@@ -40,4 +40,4 @@
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user