{"id":"4e392c4fe2afe373583a3f0672cae8e03d85901c631d3f2088f170ff0d9689d1","pubkey":"b22b06b051fd5232966a9344a634d956c3dc33a7f5ecdcad9ed11ddc4120a7f2","created_at":1766332480,"kind":30817,"tags":[["d","reviews"],["title","Reviews"],["k","31986"],["k","31987"],["k","31985"],["client","nostrhub.io"]],"content":"NIP-85\n======\n\nReviews\n-------\n\nThis NIP describes several different types of `review` which follow a single set of conventions.\n\nIn all cases, the `content` field SHOULD include a human-readable review. A review event's `d` tag indicates the object of the review.\n\n# Ratings\n\nTags MAY contain additional `rating` tags each of which should have a `value` between 0 and 1,\nand an optional `mark` specifying an attribute of the thing being reviewed.\n\n# Review Kinds\n\n## Event\n\nKind `31986` indicates a review of any event generated by a `pubkey`.\n\n- The `d` tag MUST be the `id` of the event.\n- The `p` tag MUST be the `pubkey` of the event.\n\n```json\n{\n  \"kind\": 31986,\n  \"content\": \"Always publishing quality information about breaking news all over the world.\",\n  ...\n  \"tags\": [\n    [\"d\", \"<event-id>\"]\n    [\"p\", \"<pubkey>\"],\n    [\"k\", \"1\"],\n    [\"rating\", \"0.8\"]\n  ],\n}\n```\n\n## Relays\n\nKind `31987` indicates a review of a relay. The `d` tag MUST be the url of the relay.\n\n```json\n{\n  \"kind\": 31987,\n  \"content\": \"This relay is fast!\",\n  \"tags\": [\n    [\"d\", \"wss://relay.example.com/\"],\n    [\"rating\", \"0.8\"],\n    [\"rating\", \"0.2\", \"content\"],\n    [\"rating\", \"1\", \"speed\"]\n  ],\n}\n```\n\n\n## Books\n\nKind `31985` indicates a review of a book. The `d` tag MUST be a [NIP 73](./73.md) ISBN content ID.\n\n```json\n{\n  \"kind\": 31985,\n  \"tags\": [\n    [\"d\",\"isbn:9781529100624\"],\n    [\"rating\", \"0.8\"]\n  ],\n  \"content\": \"Good book\",\n}\n```\n\n## Accounts\n\nKind `31988` indicates a review of an account/profile. The `d` tag MUST be the `pubkey` of the account being reviewed.\n\n```json\n{\n  \"kind\": 31988,\n  \"tags\": [\n    [\"d\", \"<pubkey>\"],\n    [\"rating\", \"0.8\"],\n    [\"rating\", \"0.9\", \"trust\"],\n    [\"rating\", \"0.7\", \"quality\"]\n  ],\n  \"content\": \"Consistently shares valuable insights and engages respectfully with the community.\",\n}\n```","sig":"24fb77492c72673124c747221f4166c19453a92fb9d6ff214fc95820306ce44882f57da5bb4525ab4998a3775e0774b06923fd5519d9c1e4519f0d7d4ad39925"}