{"openapi":"3.1.0","info":{"title":"Booking SaaS API","version":"0.1.0"},"servers":[{"url":"/api"}],"paths":{"/auth/signup":{"post":{"summary":"Create an account and owner user","responses":{"201":{"description":"Created"}}}},"/auth/magic-links/consume":{"post":{"summary":"Consume a single-use magic link","responses":{"200":{"description":"Authenticated"}}}},"/events":{"get":{"summary":"List tenant events","responses":{"200":{"description":"Events"}}},"post":{"summary":"Create an event","responses":{"201":{"description":"Created"}}}},"/bookings":{"post":{"summary":"Create an eligible booking","responses":{"201":{"description":"Created"}}}},"/products/{productId}/purchases":{"post":{"summary":"Purchase an active product","responses":{"201":{"description":"Paid purchase"}}}}}}