{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreid76755kwvt5bzynj7dmehi5du7gxebn3o7puej6oyjh5alutfgry",
    "uri": "at://did:plc:hzgu7qyp34ofph3btawzwyw4/app.bsky.feed.post/3mfmf4nx2cib2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreibo2er4dt7vlcgcvu3touoej6tsvsxyulnwnp6sh5vo3nsvm3v36u"
    },
    "mimeType": "image/png",
    "size": 65863
  },
  "path": "/maguro_alterna/articles/ee730afa94f52e",
  "publishedAt": "2026-02-23T22:15:04.000Z",
  "site": "https://zenn.dev",
  "textContent": "はじめに\n2月23日にFastAPI 0.131.0がリリースされました。\nhttps://twitter.com/FastAPI/status/2025627146866073881\n中でも注目されたのが以下のツイートです。\nhttps://twitter.com/FastAPI/status/2025613852394529114\n要約すると、「戻り値に型だけ指定することで、レスポンスの速さが最大2倍になる」とのことです。\nえ?すごくないすか?\nclass User(BaseModel):\n    id: int\n    name: str\n    email: str\n    ...",
  "title": "FastAPIのJSONレスポンスに型を書くだけでレスポンスが速くなるらしい"
}