We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554b75b commit 0bd2cccCopy full SHA for 0bd2ccc
1 file changed
openandroidinstaller/installer_config.py
@@ -173,7 +173,7 @@ def validate_config(config: str) -> bool:
173
schema.Optional("additional_steps"): [
174
Regex(r"dtbo|vbmeta|vendor_boot|super_empty")
175
],
176
- schema.Optional("notes"): str,
+ schema.Optional("notes"): [str],
177
schema.Optional("brand"): str,
178
},
179
schema.Optional("requirements"): {
0 commit comments