This repository was archived by the owner on Apr 21, 2022. It is now read-only.

Description
If I run this command from the command line againg the skill.json in this project
ask api update-skill -s [my skill id] -f skill.json
I get this response:
Call update-skill error.
Error code: 400
{
"message": "Skill manifest is not valid.",
"violations": [
{
"message": "Invalid skill information."
}
]
}