From ee6e6e1c1fb651f33f11ed9cb1ba09f5dfb85a3f Mon Sep 17 00:00:00 2001 From: Mark Beylin Date: Sat, 18 Aug 2018 18:30:02 -0400 Subject: [PATCH] Update eip-1081 to add tags to the schema A necessary addition for us to have better sorting of bounties based on both the high level categories, and tags. --- EIPS/eip-1081.md | 1 + 1 file changed, 1 insertion(+) diff --git a/EIPS/eip-1081.md b/EIPS/eip-1081.md index 3202420d..5cc921fd 100644 --- a/EIPS/eip-1081.md +++ b/EIPS/eip-1081.md @@ -67,6 +67,7 @@ Bounty issuance `data` Schema: // array of personas of those who funded the issue. ], categories: // an array of strings, representing the categories of tasks which are being requested + tags: // an array of tags, representing various attributes of the bounty created: // the timestamp in seconds when the bounty was created tokenSymbol: // the symbol for the token which the bounty pays out tokenAddress: // the address for the token which the bounty pays out (0x0 if ETH)