Please include the following information in your post:
- Which SDK this is regarding: auth0-deploy-cli
- SDK Version: e.g. 7.5.2
- Platform Version: e.g. Node 14
- Code Snippets/Error Messages/Supporting Details/Screenshots:
Need
on deployment of config via auth0-deploy-cli, I want to enable “Phone Message” inside “Multi-factor Authentication”… following the exact example as seen here
but getting the response:
auth0-deploy-cli returned errors for MY_TENANT, Schema validation failed loading [
{
"keyword": "additionalProperties",
"dataPath": ".guardianPhoneFactorMessageTypes",
"schemaPath": "#/properties/guardianPhoneFactorMessageTypes/additionalProperties",
"params": {
"additionalProperty": "message-types"
},
"message": "should NOT have additional properties"
}
]
screenshot: