We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.amazon.com/docs/device-apis/alexa-discovery.html#endpoint-object
for the discovery response, endpoint.cookie is said to be a Map of string/value pairs however schema validate only string/string pairs.
endpoint.cookie
Map of string/value pairs
Please update the documentation or the schema. I was tempted to use deeper dictionary or/and other values like boolean/objects/integer
values
The text was updated successfully, but these errors were encountered:
Hey, I am also facing the problem in the validation Did you solve the issue? Thanks
Sorry, something went wrong.
No branches or pull requests
https://developer.amazon.com/docs/device-apis/alexa-discovery.html#endpoint-object
for the discovery response,
endpoint.cookie
is said to be aMap of string/value pairs
however schema validate only string/string pairs.Please update the documentation or the schema.
I was tempted to use deeper dictionary or/and other
values
like boolean/objects/integerThe text was updated successfully, but these errors were encountered: