# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/fxpd6wa
用了 json 這麼久我猜你一定不知道 json schema 是啥**
什麼是 json schema---------------json schema 是一種用於描述 json 數據結構的語言,它可以用來定義 json 數據的類型、格式、約束等信息。json schema 本身是一個也是 json 數據主要用途----數據校驗 數據結構定義 API 文檔生成 代碼生成 github 地址---------json-schema-spec ⌘ Read more