NIP-XX: External Content IDs
https://github.com/MerryOscar/nips/blob/external-content-ids/XX.md
ISBN やポッドキャストの GUID などの外部コンテンツを示す `i` タグ
例:
```json
["i", "book:isbn:123"] // ISBN
["i", "podcast:guid:123"] // ポッドキャスト
["i", "podcast:item:guid:123"] // ポッドキャスト (エピソード)
["i", "movie:eidr:123"] // EIDR
```
PR: https://github.com/nostr-protocol/nips/pull/1185
#Nostr