{
   "openapi" : "3.0.0",
   "security" : [
      {
         "api_key" : []
      }
   ],
   "servers" : [
      {
         "url" : "https://www.momiji.dreamwidth.dev/api/v1"
      }
   ],
   "components" : {
      "securitySchemes" : {
         "api_key" : {
            "type" : "http",
            "bearerFormat" : "Bearer <api_key>",
            "scheme" : "bearer"
         }
      }
   },
   "info" : {
      "description" : "An OpenAPI-compatible API for A New Dreamwidth Installation",
      "version" : "1",
      "title" : "A New Dreamwidth Installation API"
   },
   "paths" : null
}
