Commit ff90ba5b authored by Sarah Zakarias's avatar Sarah Zakarias Committed by GitHub

Add schema for plugin (#12013)

parent e7fbee66
...@@ -39,6 +39,14 @@ ...@@ -39,6 +39,14 @@
} }
} }
} }
},
"plugin": {
"type": "object",
"additionalProperties": false,
"properties": {
"androidPackage": { "type": "string" },
"pluginClass": { "type": "string" }
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment