{"openapi":"3.0.0","components":{"schemas":[{"Restaurant":{"properties":{"slug":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"rating":{"type":"number"},"reviewCount":{"type":"number"},"priceRange":{"type":"string"},"cuisine":{"type":"array"},"featured":{"type":"boolean"},"location":{"type":"object"},"openingHours":{"type":"array"},"image":{"type":"string"},"phone":{"type":"string"},"website":{"type":"string"},"status":{"type":"string"}}},"Review":{"properties":{"restaurantId":{"type":"resource"},"author":{"type":"string"},"rating":{"type":"number"},"comment":{"type":"string"},"createdAt":{"type":"string"}}}}]}}