mrutkows commented on issue #449: Does trigger have inputs ?
URL: 
https://github.com/apache/incubator-openwhisk-wskdeploy/issues/449#issuecomment-327596120
 
 
   @daisy-ycguo If you read the specification, section titled "Shared schema 
for all Entities" (line 278), it declares a "shared schema" for all entities 
(e.g., Actions, Rules, Triggers, etc.).  The table you reference for Triggers 
only declares the 2 unique keys for the Trigger entity.   
   
   The shared keynames include:
   ```
   
   version | yes[MR1] | version[MR2]?[MR3] | N/A | The required version for the 
Entity.
   -- | -- | -- | -- | --
   description | no | string256 | N/A | The optional description for the Entity.
   displayName[MR4] | no | string16 | N/A | This is the optional name that will 
be displayed on small   form-factor devices.
   annotations[MR5]?[MR6] | no | TBD[MR7] | N/A | The optional annotations for 
the Entity.
   inputs[MR8] | no | list of   parameter | N/A | The optional ordered list 
inputs to the Entity.
   outputs | no | list of   parameter | N/A | The optional outputs from the 
Entity.
   
   
   ```
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to