{ "credentialsSchemaVersion": {}, "credentials": [ { "key": "email", "label": "Email", "value": "foodstore@email.com" }, { "key": "password", "label": "Password", "value": "test-pwd-1234" }, { "key": "language", "label": "Choose the language", "inputType": "SELECT", "selectOptions": [ "English", "Portuguese" ] }, { "key": "supported_sizes", "label": "Choose all supported sizes", "inputType": "SELECT", "selectOptions": [ "SMALL", "MEDIUM", "LARGE" ] } ] }