Add schema for plugin (#12013)
This commit is contained in:
parent
e7fbee6624
commit
ff90ba5b3a
@ -39,6 +39,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"plugin": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"androidPackage": { "type": "string" },
|
||||
"pluginClass": { "type": "string" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user