Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

JSON: usernotes

creesch edited this page Aug 10, 2015 · 10 revisions

Usernotes are stored in /r/subreddit/wiki/usernotes

  • Any implementation where this page is created or modified should include setting the page to be visible for moderators only.
  • Any implementation should check for the schema version used and never write an older schema than indicated in the json.
  • Usernotes as of version schema 6 also make use of zlib to increase the amount of notes that can be stored.

Current schema version is 6.

{  
   "ver":6,
   "constants":{  
      "users":[  
         "creesch"
      ],
      "warnings":[  
         "none"
      ]
   },
   "blob":"eJyrVkouSk0tTs5QsqpWyitWsooGUkpWSiEZmcUKQJSokJdfkqqko1SiZGVoYmxpZGhuZmmqo5SrZGWgo5QDVJmjY2SQZp6ZA1RTDhSsja2tBQA4HBgB"
}
Clone this wiki locally