When attempting to create an app extension for an existing app using the npm run shopify app generate extension command, getting an error instructing to address a schema issue in the shopify.app.toml file. any idea about this issue?
Fix a schema error in shopify.app.toml: │
│ [ │
│ { │
│ “code”: “invalid_type”, │
│ “expected”: “string”, │
│ “received”: “undefined”, │
│ “path”: [ │
│ “name” │
│ ], │
│ “message”: “Required” │
│ }, │
│ { │
│ “code”: “invalid_type”, │
│ “expected”: “object”, │
│ “received”: “undefined”, │
│ “path”: [ │
│ “auth”