This repository was archived by the owner on Dec 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3939 "@types/fs-extra" : " ^4.0.0" ,
4040 "@types/jest" : " ^20.0.2" ,
4141 "@types/js-yaml" : " ^3.5.31" ,
42+ "@types/json-schema" : " ^7.0.3" ,
4243 "@types/node" : " ^8.0.7" ,
4344 "@types/uuid" : " ^3.0.0" ,
4445 "changelog-verify" : " ^1.0.4" ,
Original file line number Diff line number Diff line change 1+ import { JSONSchema7 } from 'json-schema' ;
12
23export interface IModels {
34 name : string ;
45 description : string ;
56 contentType : string ;
6- schema : object | any [ ] ;
7+ schema : JSONSchema7 ;
78 examples : any [ ] ;
89 example : object ;
910}
Original file line number Diff line number Diff line change 4545 version "3.9.1"
4646 resolved "https://registry.yarnpkg.com/@types/js-yaml/-/js-yaml-3.9.1.tgz#2f3c142771bb345829ce690c5838760b6b9ba553"
4747
48+ " @types/json-schema@^7.0.3 " :
49+ version "7.0.3"
50+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.3.tgz#bdfd69d61e464dcc81b25159c270d75a73c1a636"
51+ integrity sha512-Il2DtDVRGDcqjDtE+rF8iqg1CArehSK84HZJCT7AMITlyXRBpuPhqGLDQMowraqqu1coEaimg4ZOqggt6L6L+A==
52+
4853" @types/node@*" , "@types/node@^8.0.7":
4954 version "8.0.25"
5055 resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.25.tgz#66ecaf4df93f5281b48427ee96fbcdfc4f0cdce1"
You can’t perform that action at this time.
0 commit comments