The purpose of this NIP is to allow an organization and classification of shared files. So that relays can filter and organize in any way that is of interest. With that, multiple types of filesharing clients can be created. NIP-94 support is not expected to be implemented by "social" clients that deal with `kind:1` notes or by longform clients that deal with `kind:30023` articles.
*`m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used,and they should be lowercase.
1. Clients upload a file to media service and get a file link and other file infomations.
2. Clients send a File Metadata event and this event must contain a ```d``` tag, it means that this event is replacable.
3. If a client want to sends notes with this file, it should imports this event with ```nostr:naddr``` style uri.
4. When other clients vist a note with kind 1063 naddr style uri, it should find this event and display it like a normal media file.
5. If this file's owner want to change the media service, he can upload this file to other media service and resend a File Metadata event with the same ```d``` tag.