{"openapi":"3.0.3","info":{"title":"Insurer B Carrier API","version":"1.0.0","description":"Monthly auto-insurance estimates."},"components":{"schemas":{}},"paths":{"/openapi.json":{"get":{"responses":{"200":{"description":"Default Response"}}}},"/auto/estimate":{"post":{"operationId":"createEstimate","summary":"Create a monthly-premium estimate","tags":["estimates"],"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","required":["make","year","zip"],"properties":{"make":{"type":"string"},"year":{"type":"integer"},"zip":{"type":"string"}}}}}},"responses":{"201":{"description":"Default Response","content":{"application/json":{"schema":{"type":"object","properties":{"estimate_id":{"type":"string"},"monthly_premium_cents":{"type":"integer"},"currency":{"type":"string"},"carrier":{"type":"string"}}}}}}}}}},"servers":[{"url":"/mocks/insurer-b"}]}