openapi3-ts
Advanced tools
Comparing version 0.6.2 to 0.7.0
@@ -227,3 +227,3 @@ import { ISpecificationExtension } from "./SpecificationExtension"; | ||
}; | ||
additionalProperties?: (SchemaObject | ReferenceObject)[]; | ||
additionalProperties?: (SchemaObject | ReferenceObject); | ||
description?: string; | ||
@@ -230,0 +230,0 @@ format?: string; |
{ | ||
"name": "openapi3-ts", | ||
"version": "0.6.2", | ||
"version": "0.7.0", | ||
"description": "TS Model & utils for OpenAPI 3.0.x specification.", | ||
@@ -55,9 +55,9 @@ "main": "dist/index.js", | ||
"@types/mocha": "^2.2.44", | ||
"@types/node": "^8.0.53", | ||
"@types/node": "^9.3.0", | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.0", | ||
"mocha": "^4.0.1", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.3.0", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^3.3.0", | ||
"ts-node": "^4.1.0", | ||
"tslint": "^5.8.0", | ||
@@ -64,0 +64,0 @@ "typescript": "^2.6.1" |
@@ -5,3 +5,2 @@ # OpenApi3-TS | ||
[![Build Status](https://travis-ci.org/metadevpro/openapi3-ts.svg?branch=master)](https://travis-ci.org/metadevpro/openapi3-ts) | ||
@@ -13,2 +12,3 @@ [![Coverage Status](https://coveralls.io/repos/github/metadevpro/openapi3-ts/badge.svg?branch=master)](https://coveralls.io/github/metadevpro/openapi3-ts?branch=master) | ||
[![npm version](https://badge.fury.io/js/openapi3-ts.svg)](http://badge.fury.io/js/openapi3-ts) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/metadevpro/openapi3-ts.svg)](https://greenkeeper.io/) | ||
@@ -34,5 +34,8 @@ [![NPM](https://nodei.co/npm/openapi3-ts.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/openapi3-ts/) | ||
## License | ||
Licensed under the MIT License. | ||
## Credits | ||
**Contact:** Pedro J. Molina | github: [pjmolina](https://github.com/pjmolina) | twitter: [pmolinam](https://twitter.com/pmolinam) | ||
(c) 2017. Metadev S.L. [https://metadev.pro](https://metadev.pro) | ||
(c) 2017-2018. [Pedro J. Molina](http://pjmolina.com) at Metadev S.L. [https://metadev.pro](https://metadev.pro) |
@@ -229,3 +229,3 @@ // Typed interfaces for OpenAPI 3.0.0-RC | ||
properties?: {[propertyName: string]: (SchemaObject | ReferenceObject)}; | ||
additionalProperties?: (SchemaObject | ReferenceObject)[]; | ||
additionalProperties?: (SchemaObject | ReferenceObject); | ||
description?: string; | ||
@@ -232,0 +232,0 @@ format?: 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
126260
38