h1. Scaup JSON Descriptions #scaup - #json - #api - #blogging h2. User Description { "_id" : "Username", "type" : "author", "name" : "Username", "email" : "email-address", "current_session_id" : "-1" } h2. Article / Note Description { "_id" : "test-post", "_rev" : "4-ad0c0316a32ac4b217431127130fd516", "author" : "MrX", "reading_time" : 2, "text_intro" : "paragraph of text", "created_at" : "2015/04/17 13:37:35", "html" : "entire post formatted in HTML", "post_type" : "article", "markup" : "entire markup of the post", "more_text_exists" : 1, "tags" : ["scaup","blogging","couchdb"], "post_status" : "public", "updated_at" : "2015/04/17 14:09:30", "word_count" : 432, "type" : "post", "title" : "Test post" } h2. Session ID Description { "_id", "alphanumeric", "_rev", "1-asdf", "type", "session_id", "created_at", "date-time-stamp", "updated_at", "date-time stamp", "status", "pending" }