Skip to content

Instantly share code, notes, and snippets.

View bandantonio's full-sized avatar
👨‍💻
Eat, Sleep, JavaScript, Repeat

Antonio bandantonio

👨‍💻
Eat, Sleep, JavaScript, Repeat
View GitHub Profile
@bandantonio
bandantonio / sample.yaml
Last active January 6, 2023 12:51
Redocly hide openAPI extensions
openapi: 3.1.0
info:
version: 1.0.0
title: Custom decorators demo
description: This API showcases usage of the custom decorator that removes extensions starting with `x-amazon-gateway` during the `bundle` process.
servers:
- url: 'https://example.com/api/v1'
x-amazon-apigateway-api-key-source : HEADER
paths:
/status: