mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-10 06:09:08 -05:00
Moved d to tags
This commit is contained in:
parent
03a9246b99
commit
6093a08901
4
76.md
4
76.md
|
@ -12,8 +12,8 @@ Each game's leaderboard has optional Categories, Variations, Platform, Level, Re
|
||||||
```jsonc
|
```jsonc
|
||||||
{
|
{
|
||||||
"kind": 7602,
|
"kind": 7602,
|
||||||
"d", "<Unique Identifier for the game>", //E.g. Among Us' Steam App ID is 945360
|
|
||||||
"tags": [
|
"tags": [
|
||||||
|
["d", "<Unique Identifier for the game>"], //E.g. Among Us' Steam App ID is 945360
|
||||||
["c", "<Category Identifier the submission is for>", <Long Name>], //E.g. A%G (Any% Glitchless), AlAc (All Achievements)
|
["c", "<Category Identifier the submission is for>", <Long Name>], //E.g. A%G (Any% Glitchless), AlAc (All Achievements)
|
||||||
["v", "<Variation of the category the submission is for>", <Long Name>], //E.g. for Celeste AnyP (Any%), ARB (All Red berries), TE (True Ending) etc.
|
["v", "<Variation of the category the submission is for>", <Long Name>], //E.g. for Celeste AnyP (Any%), ARB (All Red berries), TE (True Ending) etc.
|
||||||
["plt", "<Platform Identifier>"], //E.g. N64, EMU
|
["plt", "<Platform Identifier>"], //E.g. N64, EMU
|
||||||
|
@ -35,8 +35,8 @@ An example of a potential Super Mario 64 120 Star N64 run submission.
|
||||||
```jsonc
|
```jsonc
|
||||||
{
|
{
|
||||||
"kind": 7602,
|
"kind": 7602,
|
||||||
"d", "SM64",
|
|
||||||
"tags": [
|
"tags": [
|
||||||
|
["d", "SM64"],
|
||||||
["c", "120S", "120 Star"],
|
["c", "120S", "120 Star"],
|
||||||
["plt", "N64"],
|
["plt", "N64"],
|
||||||
["reg", "JPN"],
|
["reg", "JPN"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user