diff options
| -rw-r--r-- | 24.md | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -15,6 +15,14 @@ These are extra fields not specified in NIP-01 that may be present in the string | |||
| 15 | 15 | ||
| 16 | - `display_name`: a bigger name with richer characters than `name`. Implementations should fallback to `name` when this is not available. | 16 | - `display_name`: a bigger name with richer characters than `name`. Implementations should fallback to `name` when this is not available. |
| 17 | - `website`: a web URL related in any way to the event author. | 17 | - `website`: a web URL related in any way to the event author. |
| 18 | - `banner`: an URL to a wide (~1024x768) picture to be optionally displayed in the background of a profile screen. | ||
| 19 | |||
| 20 | ### Deprecated fields | ||
| 21 | |||
| 22 | These are fields that should be ignored or removed when found in the wild: | ||
| 23 | |||
| 24 | - `displayName`: use `display_name` instead. | ||
| 25 | - `username`: use `name` instead. | ||
| 18 | 26 | ||
| 19 | tags | 27 | tags |
| 20 | ==== | 28 | ==== |