{"id":"5eac4d10f87ed1c96759790122549933eec7a86ad14d86576284f38ede169599","pubkey":"e5272de914bd301755c439b88e6959a43c9d2664831f093c51e9c799a16a102f","created_at":1765501198,"kind":30817,"tags":[["d","curated-widgets"],["title","Curated Widgets"],["client","nostrhub.io"]],"content":"Curated Widgets\n=====\n\nThis NIP illustrates the use of the [Decentralized Lists Custom NIP](https://nostrhub.io/naddr1qvzqqqrcvypzpef89h53f0fsza2ugwdc3e54nfpun5nxfqclpy79r6w8nxsk5yp0qy28wumn8ghj7un9d3shjtnyv9kh2uewd9hsqymyv43k2mn5wfskc6t6v4jz6mrfwd68xnwasck) to declare a list of Widgets, to organize them into Widget Types, and for users to declare items on the list of Widgets.\n\n# Declaration of the list of Widgets\n\n```\n{\n  \"kind\": 9998,\n  \"tags\": [\n    [\"names\", \"widget\", \"widgets\"],\n    [\"description\", \"The p tag indicates the owner of the widget.\"],\n    [\"required\", \"widgetType\"],\n    [\"required\", \"p\"]\n  ],\n  \"id\": <id_for_list_of_widgets>\n}\n```\n\n# Declaration of the list of Widget Types\n\n```\n{\n  \"kind\": 9998,\n  \"tags\": [\n    [\"names\", \"widget type\", \"widget types\"],\n    [\"titles\", \"Widget Type\", \"Widget Types\"],\n    [\"slugs\", \"widgetType\", \"widgetTypes\"],\n    [\"description\", \"lorem ipsum\"],\n    [\"required\",\"name\"],\n    [\"optional\",\"title\"],\n    [\"optional\",\"description\"]\n  ],\n  \"id\": <id_for_list_of_widget_types>\n}\n```\n\n# Declaration of the Orange and Purple Widget Types\n\n```\n{\n  \"kind\": 9999,\n  \"tags\": [\n    [\"z\", <id_for_list_of_widget_types>],\n    [\"name\", \"orange widget type\"],\n    [\"title\", \"The Orange Widget Type\"],\n    [\"description\", \"lorem ipsum\"]\n  ],\n  \"id\": <id_for_the_orange_widget_type>\n}\n```\n\n```\n{\n  \"kind\": 9999,\n  \"tags\": [\n    [\"z\", <id_for_list_of_widget_types>],\n    [\"name\", \"purple widget type\"],\n    [\"title\", \"The Purple Widget Type\"],\n    [\"description\", \"lorem ipsum\"]\n  ],\n  \"id\": <id_for_the_purple_widget_type>\n}\n```\n\n# Declaration of a Specific Widget\n\n```\n{\n  \"kind\": 9999,\n  \"tags\": [\n    [\"z\", <id_for_list_of_widgets>],\n    [\"name\", \"Alice's purple widget\"],\n    [\"widgetType\", <id_for_the_purple_widget_type>],\n    [\"p\", <pubkey_Alice>]\n  ],\n  \"id\": <id_for_list_of_purple_widgets>\n}\n```","sig":"739d6185521fde39b8d2e957de1593aad844cfa88b50ea39111187c64360519857481219c12c6073ea6dfe1b14aaf24370918f78aa3c432fb46c3e96685e9f8b"}