/
seafteam
/
seaf-archtool-core
Обзор
Документация
Войти
/
seafteam
/
seaf-archtool-core
Код
Запросы
10
Задачи
Пакеты
2
Релизы
21
Аналитика
java-back
tests/default/idbCacheData.json
70 строк
2 KB
FreshTouch
Дабавлена логика кэшированис на indexedDB
23 дек 2022, 13:08
23 дек 2022, 13:08
0e39a9a
Код
Авторство
О чём код?
{ "id": "http://localhost:8080/docs/dochub.asyncapi", "eTag": "047693d93b02cf68aa31fcfedd0e43f7", "data": { "asyncapi": "2.0.0", "info": { "title": "Account Service", "version": "1.0.0", "description": "Manages user accounts in the system.", "license": { "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0" } }, "servers": { "production": { "url": "mqtt://test.mosquitto.org", "protocol": "mqtt", "description": "Test MQTT broker" } }, "channels": { "user/signedup": { "subscribe": { "operationId": "emitUserSignUpEvent", "message": { "$ref": "#/components/messages/UserSignedUp" } } } }, "components": { "messages": { "UserSignedUp": { "name": "userSignedUp", "title": "User signed up event", "summary": "Inform about a new user registration in the system", "contentType": "application/json", "payload": { "$ref": "#/components/schemas/userSignedUpPayload" } } }, "schemas": { "userSignedUpPayload": { "type": "object", "properties": { "firstName": { "type": "string", "description": "foo" }, "lastName": { "type": "string", "description": "bar" }, "email": { "type": "string", "format": "email", "description": "baz" }, "createdAt": { "type": "string", "format": "date-time" } } } } } } }