openapi: 3.0.1 info: title: Big Tasty Checker description: Plugin for checking if the Big Tasty is available in McDonalds version: 'v1' servers: - url: https://s72gr6n2idmyy7rhbpnhgtiefq0xmtvk.lambda-url.eu-west-1.on.aws paths: /: get: operationId: getAvailability summary: See if the Big Tasty is available responses: "200": description: OK content: application/json: schema: $ref: '#/components/schemas/bigTastyAvailabilityResponse' components: schemas: bigTastyAvailabilityResponse: type: object properties: available: type: boolean description: whether the burger is available.