I\xe2\x80\x99ve 以下 json 对象
\n\nhttps://codebeautify.org/jsonviewer/cb01bb4d
\n\nobj = \n{\n "api": "1.0.0",\n "info": {\n "title": "Events",\n "version": "v1",\n "description": "Set of events"\n },\n "topics": {\n "cust.created.v1": { //Take this value\n "subscribe": {\n "summary": "Customer Register Event v2", //Take this value\n "payload": {\n "type": "object",\n "required": [\n "storeUid"\n\n ],\n "properties": {\n "customerUid": {\n "type": "string",\n "description": "Email of a Customer",\n "title": "Customer uid"\n }\n }\n }\n }\n },\n "qu.orderplaced.v1": { //Take this value\n "subscribe": {\n "summary": "Order Placed", //Take this value\n …Run Code Online (Sandbox Code Playgroud)