From 0e42dcecf95e8e0beb420e1a0febd73be289ab97 Mon Sep 17 00:00:00 2001 From: Wade Jensen Date: Wed, 31 Jul 2019 16:34:39 +1000 Subject: [PATCH] update readme with missing fields --- Plugins.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Plugins.md b/Plugins.md index d7d3b37..8781c43 100644 --- a/Plugins.md +++ b/Plugins.md @@ -23,6 +23,9 @@ This data is sent to your plugin's `stdin` in the following structure, and must { "protopath": "", "def": { + "package": { + "name": "" + }, "enums": [ { "name": "", @@ -45,7 +48,13 @@ This data is sent to your plugin's `stdin` in the following structure, and must "id": 0, "name": "", "type": "", - "is_repeated": false + "is_repeated": false, + "options": [ + { + "name": "", + "value": "" + } + ] } ], "maps": "", @@ -73,6 +82,12 @@ This data is sent to your plugin's `stdin` in the following structure, and must { "path": "" } + ], + "options": [ + { + "name": "", + "value": "" + } ] } } -- 2.20.1