# xwschema协议
小微定义了一套标准的schema协议,用于约束接口请求和响应格式。
# 接口请求协议
名称 | 描述 | schema约束 |
---|---|---|
websocket_req | websocket请求格式 | https://xwcloudapi.weixin.qq.com/schemas/2021-09/network.json#properties/websocket_req |
websocket_rsp | websocket响应格式 | https://xwcloudapi.weixin.qq.com/schemas/2021-09/network.json#properties/websocket_rsp |
authdevice_req | 设备认证请求格式 | https://xwcloudapi.weixin.qq.com/schemas/2021-09/network.json#properties/authdevice_req |
authdevice_rsp | 设备认证响应格式 | https://xwcloudapi.weixin.qq.com/schemas/2021-09/network.json#properties/authdevice_rsp |
heartbeat_req | 心跳请求格式 | https://xwcloudapi.weixin.qq.com/schemas/2021-09/network.json#properties/heartbeat_req |
heartbeat_rsp | 心跳响应格式 | https://xwcloudapi.weixin.qq.com/schemas/2021-09/network.json#properties/heartbeat_rsp |
# 资源格式约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/chat_response.json
# 技能基本信息约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/skill_info.json
# 语义结果约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/nlp_info.json
# 技能执行结果约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/skill_answer.json
# 文本结果约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/text_response.json
# 音频结果约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/audios_response.json
# 复杂结果约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/complex_response.json
# 卡片结构约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/complex_components.json#/properties/card
# 表格结构约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/complex_components.json#/properties/table
# 播放列表结构约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/complex_components.json#/properties/playlist
# 轮播图结构约束
https://xwcloudapi.weixin.qq.com/schemas/2021-09/complex_components.json#/properties/carousel