diff --git a/75.md b/75.md index f3cf5d06..c16436a8 100644 --- a/75.md +++ b/75.md @@ -35,6 +35,8 @@ Example event: The following tags are OPTIONAL. - `closed_at` - timestamp for determining which zaps are included in the tally. Zap receipts published after the `closed_at` timestamp SHOULD NOT count towards the goal progress. +- `image` - an image for the goal +- `summary` - a brief description ```json { @@ -43,6 +45,8 @@ The following tags are OPTIONAL. ["relays", "wss://alicerelay.example.com", "wss://bobrelay.example.com", ...], ["amount", "210000"], ["closed_at", ""], + ["image", ""], + ["summary", ""], ], "content": "Nostrasia travel expenses", ...