mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +02:00
25 lines
No EOL
623 B
JSON
25 lines
No EOL
623 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"packageName": {
|
|
"type": "object",
|
|
"properties": {
|
|
"list": {"type": "string"},
|
|
"description": {"type": "string"},
|
|
"dependencies": {
|
|
"type": "array",
|
|
"items": {"type": "string"}
|
|
},
|
|
"neededBy": {
|
|
"type": "array",
|
|
"items": {"type": "string"}
|
|
},
|
|
"labels": {
|
|
"type": "array",
|
|
"items": {"type": "string"}
|
|
},
|
|
"removal": {"type": "string"}
|
|
},
|
|
"required": ["list", "description", "dependencies", "neededBy", "labels", "removal"]
|
|
}
|
|
} |