pritidesai commented on issue #730: Multiple projects management
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/730#issuecomment-365102367
 
 
   so for now, instead of creating annotation as a JSON value, we can have an 
array of JSON blob, something similar to:
   
   ```
       "annotations": [
           {
               "key": "managed",
               "value": [
                   {
                       "k1": "v1",
                       "k2": "v2"
                   },
                   {
                       "k1": "v1",
                       "k2": "v2"
                   }
               ]
           },
   ```
   
   thoughts?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to