Skip to content

Instantly share code, notes, and snippets.

@sineemore
Created August 31, 2021 09:34
Show Gist options
  • Save sineemore/f67e5b72ab6041938d4ca91575a6cf77 to your computer and use it in GitHub Desktop.
Save sineemore/f67e5b72ab6041938d4ca91575a6cf77 to your computer and use it in GitHub Desktop.
{
"messages": [
{
"id": "message-1",
"date": "2012-04-23T18:25:43.511Z",
"author": "client",
"text": "Привет, а в каком формате загружать диалоги?"
},
{
"id": "message-2",
"date": "2012-04-23T18:30:54.420Z",
"author": "tagme support",
"text": "В JSON.\nСейчас скину пример."
},
{
"id": "message-3",
"date": "2012-04-23T18:31:54.420Z",
"author": "client",
"text": "Отлично, жду!"
},
{
"id": "message-4",
"date": "2012-04-23T18:31:59.420Z",
"author": "client",
"text": "Спасибо за быстрый ответ!"
}
],
"marks": [
{
"id": "mark-1",
"messageId": "message-2",
"entityId": "entity-1"
},
{
"id": "mark-2",
"messageId": "message-2",
"entityId": "entity-2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment