yaschema-api
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -8,2 +8,5 @@ /** A generic API description. See `HttpApi` */ | ||
name: string; | ||
/** If `true` or a `string`, use of this Api is deprecated and usage should be discontinued as soon as possible. A string value may be | ||
* used to document why the deprecation occurred and/or preferred upgrade strategies and APIs. */ | ||
deprecated?: boolean | string; | ||
/** A description, which can be used by code generation tools to generate documentation */ | ||
@@ -10,0 +13,0 @@ description?: string; |
{ | ||
"name": "yaschema-api", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Yet another API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -11,2 +11,6 @@ /** A generic API description. See `HttpApi` */ | ||
/** If `true` or a `string`, use of this Api is deprecated and usage should be discontinued as soon as possible. A string value may be | ||
* used to document why the deprecation occurred and/or preferred upgrade strategies and APIs. */ | ||
deprecated?: boolean | string; | ||
/** A description, which can be used by code generation tools to generate documentation */ | ||
@@ -13,0 +17,0 @@ description?: string; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120132
1620