michaelkleinhenz / alexa-skill-woki

Woki Skill for Amazon Echo
1 stars 0 forks source link

Issues with skill endpoint validation #1

Closed michaelkleinhenz closed 8 years ago

michaelkleinhenz commented 8 years ago

Future versions of the Alexa Skills Kit may add new properties to the JSON request and response formats, while maintaining backward compatibility for the existing properties. When we invoke the skill with additional parameters, the skill is rejecting it when we expect this to be accepted. Your code must be resilient to these types of changes.

For example, your code for de-serializing a JSON request must not break when it encounters a new, unknown property. Please see the following documentation for more information: https://developer.amazon.com/appsandservices/solutions/alexa/alexa-skills-kit/docs/alexa-skills-kit-interface-reference

michaelkleinhenz commented 8 years ago

Not reproducible.