Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support deprecated on fields in the OpenAPI conversion #2221

Merged
merged 14 commits into from
Apr 11, 2024
Prev Previous commit
Next Next commit
add deprecated to sample cfn template
miguel-vila committed Apr 3, 2024
commit 2a8bd49141889a2259b45c3a667339fceb378a02
Original file line number Diff line number Diff line change
@@ -19,7 +19,8 @@
},
"properties": {
"FooDeprecatedMutableProperty": {
"type": "string"
"type": "string",
"deprecated": true
},
"FooId": {
"type": "string"