mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-10-10 06:57:23 +08:00
Update JSON schema for Bloatware List
This commit is contained in:
@@ -57,7 +57,13 @@
|
||||
},
|
||||
"removal": {
|
||||
"description": "Bloatware removal type (delete, replace, caution, unsafe)",
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"delete",
|
||||
"replace",
|
||||
"caution",
|
||||
"unsafe"
|
||||
]
|
||||
},
|
||||
"warning": {
|
||||
"description": "Possible consequences of removing the bloatware (for caution and unsafe), for others, useful information",
|
||||
@@ -68,7 +74,12 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": [ "id", "label", "description", "removal" ]
|
||||
"required": [
|
||||
"id",
|
||||
"label",
|
||||
"description",
|
||||
"removal"
|
||||
]
|
||||
},
|
||||
"uniqueItems": true
|
||||
}
|
Reference in New Issue
Block a user