*{color:#d04437}VALIDATION:{color}* Output should be formatted as JSON {code:javascript} { "version": 1, "clusterName": "https://192.168.37.1:8443", "namespace": "test1", "clientId": "myclient-ios", "services": [ { "id": "myservice", "name": "MyService", "type": "Custom Runtime Connector", "url": "http://my-service.com", "config": { "config": { "array": [ { "key": 1 }, { "dictionary": { "a": "Apple", "b": "Butterfly", "c": "Cat", "d": "Dog" }, "key": 2 }, { "key": 3 } ], "key": "value" } } } ] } {code}
|
|