Add the `deprecated` field to OpenAPI definitions and JSON Schemas (#1940)
I did a quick search of the "deprecated" word in the data folder and set the field where the description says that a property is deprecated. This does not change the rendering of the spec because the descriptions already talk about the deprecation, but it can be used by tools that rely on the OpenAPI definitions and JSON Schemas. Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>pull/1867/head
parent
9486237f1b
commit
27b4cdcc9e
@ -0,0 +1 @@
|
|||||||
|
Add the `deprecated` field to properties of OpenAPI definitions and JSON Schemas.
|
Loading…
Reference in New Issue