somod-chat-service
Version:
Serverless Chat Service from SOMOD
1 lines • 472 B
JSON
{"$default":{"body":{"parser":"json","schema":{"type":"object","additionalProperties":false,"required":["wsMsgId","threadId","type","action","message"],"properties":{"wsMsgId":{"type":"string","pattern":"^[a-f0-9]{32}$"},"threadId":{"type":"string","pattern":"^[a-f0-9]{32}$"},"type":{"type":"string","pattern":"^.{1,32}$"},"action":{"type":"string","pattern":"^.{1,32}$"},"message":{"type":"string","maxLength":512},"sessionToken":{"type":"string","maxLength":16384}}}}}}