Both OpenAPI 2/Swagger and OpenAPI 3 offer a deprecated boolean attribute on operation objects, parameter objects and schema objects: APIStar could raise a warning when calling a deprecated endpoint, using a deprecated parameter or schema, or at least make the attributes available to the user in the Link and Field classes.
Both OpenAPI 2/Swagger and OpenAPI 3 offer a
deprecatedboolean attribute on operation objects, parameter objects and schema objects: APIStar could raise a warning when calling a deprecated endpoint, using a deprecated parameter or schema, or at least make the attributes available to the user in theLinkandFieldclasses.