{"openapi":"3.1.0","info":{"version":"4.0.0","title":"discit-api"},"components":{"schemas":{},"parameters":{}},"paths":{"/bag":{"get":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"user_id","in":"query"},{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}},"post":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"user_id":{"type":"string"},"name":{"type":"string"}},"required":["user_id","name"]}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}},"patch":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"}},"required":["id","name"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}},"/bag/:id":{"get":{"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"},{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}},"delete":{"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"},{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}},"/bag/add-disc":{"patch":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"disc_id":{"type":"string"}},"required":["id","disc_id"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}},"/bag/remove-disc":{"patch":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"disc_id":{"type":"string"}},"required":["id","disc_id"]}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"user_id":{"type":"string"},"discs":{"type":"array","items":{"type":"string"}}},"required":["id","name","user_id","discs"]}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}},"/disc":{"get":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"id","in":"query"},{"schema":{"type":"string"},"required":false,"name":"name","in":"query"},{"schema":{"type":"string"},"required":false,"name":"brand","in":"query"},{"schema":{"type":"string"},"required":false,"name":"category","in":"query"},{"schema":{"type":"string"},"required":false,"name":"speed","in":"query"},{"schema":{"type":"string"},"required":false,"name":"glide","in":"query"},{"schema":{"type":"string"},"required":false,"name":"turn","in":"query"},{"schema":{"type":"string"},"required":false,"name":"fade","in":"query"},{"schema":{"type":"string"},"required":false,"name":"stability","in":"query"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"brand":{"type":"string"},"category":{"type":"string"},"speed":{"type":"string"},"glide":{"type":"string"},"turn":{"type":"string"},"fade":{"type":"string"},"stability":{"type":"string"},"link":{"type":"string"},"pic":{"type":"string"},"name_slug":{"type":"string"},"brand_slug":{"type":"string"},"category_slug":{"type":"string"},"stability_slug":{"type":"string"},"color":{"type":"string"},"background_color":{"type":"string"}},"required":["id","name","brand","category","speed","glide","turn","fade","stability","name_slug","brand_slug","category_slug","stability_slug"]}}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}},"post":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"brand":{"type":"string"},"category":{"type":"string"},"speed":{"type":"string"},"glide":{"type":"string"},"turn":{"type":"string"},"fade":{"type":"string"},"stability":{"type":"string"},"link":{"type":"string"},"pic":{"type":"string"},"name_slug":{"type":"string"},"brand_slug":{"type":"string"},"category_slug":{"type":"string"},"stability_slug":{"type":"string"},"color":{"type":"string"},"background_color":{"type":"string"}},"required":["id","name","brand","category","speed","glide","turn","fade","stability","name_slug","brand_slug","category_slug","stability_slug"]}}}}},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"brand":{"type":"string"},"category":{"type":"string"},"speed":{"type":"string"},"glide":{"type":"string"},"turn":{"type":"string"},"fade":{"type":"string"},"stability":{"type":"string"},"link":{"type":"string"},"pic":{"type":"string"},"name_slug":{"type":"string"},"brand_slug":{"type":"string"},"category_slug":{"type":"string"},"stability_slug":{"type":"string"},"color":{"type":"string"},"background_color":{"type":"string"}},"required":["id","name","brand","category","speed","glide","turn","fade","stability","name_slug","brand_slug","category_slug","stability_slug"]}}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}},"delete":{"parameters":[{"schema":{"type":"string"},"required":false,"name":"authorization","in":"header"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"401":{"description":"Unauthorized","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}},"/disc/:id":{"get":{"parameters":[{"schema":{"type":"string"},"required":true,"name":"id","in":"path"}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"brand":{"type":"string"},"category":{"type":"string"},"speed":{"type":"string"},"glide":{"type":"string"},"turn":{"type":"string"},"fade":{"type":"string"},"stability":{"type":"string"},"link":{"type":"string"},"pic":{"type":"string"},"name_slug":{"type":"string"},"brand_slug":{"type":"string"},"category_slug":{"type":"string"},"stability_slug":{"type":"string"},"color":{"type":"string"},"background_color":{"type":"string"}},"required":["id","name","brand","category","speed","glide","turn","fade","stability","name_slug","brand_slug","category_slug","stability_slug"]}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}},"500":{"description":"Internal Server Error","content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string"}},"required":["message"]}}}}}}}},"webhooks":{}}