Fix helm packages to run standalone with the common references
[nonrtric/plt/rappmanager.git] / sample-rapp-generator / rapp-hello-world-sme-invoker / Files / Sme / invokers / invoker-app1.json
1 [
2   {
3     "apiInvokerInformation": "DO_NOT_CHANGE_THIS_RAPP_INSTANCE_ID",
4     "apiList": [
5       { "apiName": "Hello World API Set 1" }
6     ],
7     "notificationDestination": "http://NOT_USED_HERE",
8     "onboardingInformation": {
9       "apiInvokerPublicKey": "{PUBLIC_KEY_INVOKER_1}",
10       "apiInvokerCertificate": "apiInvokerCertificate"
11     },
12     "requestTestNotification": true
13   }
14 ]