@stoplight/types
Advanced tools
Comparing version 11.10.0 to 12.0.0
@@ -1,2 +0,2 @@ | ||
import { JSONSchema4, JSONSchema6, JSONSchema7 } from 'json-schema'; | ||
import { JSONSchema7 } from 'json-schema'; | ||
import { Dictionary } from './basic'; | ||
@@ -99,3 +99,3 @@ import { INode, INodeExample, INodeExternalExample } from './graph'; | ||
export interface IHttpContent { | ||
schema?: JSONSchema4 | JSONSchema6 | JSONSchema7; | ||
schema?: JSONSchema7; | ||
examples?: (INodeExample | INodeExternalExample)[]; | ||
@@ -102,0 +102,0 @@ encodings?: IHttpEncoding[]; |
{ | ||
"name": "@stoplight/types", | ||
"version": "11.10.0", | ||
"version": "12.0.0", | ||
"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
28796