You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
341 B
JSON
14 lines
341 B
JSON
4 years ago
|
{
|
||
|
"$schema": "http://json-schema.org/draft/2019-09/schema#",
|
||
|
"$id": "http://mychat.germanywestcentral.cloudapp.azure.com/schemas/v0.0.1/ClientStateSchema.json",
|
||
|
"title": "ClientState",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"lastMessageTimestamp": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"lastMessageTimestamp"
|
||
|
]
|
||
|
}
|