Add schema for plugin (#12013)

This commit is contained in:
Sarah Zakarias 2017-09-11 16:24:41 +02:00 committed by GitHub
parent e7fbee6624
commit ff90ba5b3a

View File

@ -39,6 +39,14 @@
}
}
}
},
"plugin": {
"type": "object",
"additionalProperties": false,
"properties": {
"androidPackage": { "type": "string" },
"pluginClass": { "type": "string" }
}
}
}
}