@stoplight/types
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -26,3 +26,5 @@ import { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema'; | ||
request?: IHttpOperationRequest; | ||
responses?: IHttpOperationResponse[]; | ||
responses: IHttpOperationResponse[] & { | ||
0: IHttpOperationResponse; | ||
}; | ||
servers?: IServer[]; | ||
@@ -53,3 +55,2 @@ security?: HttpSecurityScheme[]; | ||
style: HttpParamStyles; | ||
content?: IHttpContent; | ||
description?: string; | ||
@@ -56,0 +57,0 @@ explode?: boolean; |
{ | ||
"name": "@stoplight/types", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
22717
308