I'm submitting a...
Expected Behavior
It should be possible to deploy a skill that utilizes the householdList API from Alexa.
Current Behavior
I can't upload a skill.json which includes householdList inside the apis object.
This for example also happens for the example I included in #1418.
I receive the following error code in the console:
Error Log

Additional information
I managed it to upload the skill.json directly with the Ask CLI:
ask smapi update-skill-manifest --skill-id <SKILL_ID> --manifest "file:./build/dev/platform.alexa/skill-package/skill.json" --stage development --debug
Your Environment
- Jovo Framework version used: 4.2.28
- Operating System: Windows
I'm submitting a...
Expected Behavior
It should be possible to deploy a skill that utilizes the
householdListAPI from Alexa.Current Behavior
I can't upload a
skill.jsonwhich includeshouseholdListinside theapisobject.This for example also happens for the example I included in #1418.
I receive the following error code in the console:
Error Log
Additional information
I managed it to upload the
skill.jsondirectly with theAsk CLI:Your Environment