get-graphql-from-jsonschema
Advanced tools
Comparing version 8.0.2 to 8.0.3
@@ -16,2 +16,3 @@ import { JSONSchema7, JSONSchema7Definition, JSONSchema7Type } from 'json-schema'; | ||
pattern?: string; | ||
format?: string; | ||
additionalItems?: JSONSchema7Definition; | ||
@@ -18,0 +19,0 @@ maxItems?: number; |
@@ -0,1 +1,8 @@ | ||
## [8.0.3](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.2...8.0.3) (2021-05-26) | ||
### Bug Fixes | ||
* Add missing property 'format' to CommonSchema. ([#304](https://github.com/thenativeweb/get-graphql-from-jsonschema/issues/304)) ([bda810f](https://github.com/thenativeweb/get-graphql-from-jsonschema/commit/bda810f460a86512fe7e8edabbe077ffdc575276)) | ||
## [8.0.2](https://github.com/thenativeweb/get-graphql-from-jsonschema/compare/8.0.1...8.0.2) (2021-05-25) | ||
@@ -2,0 +9,0 @@ |
@@ -23,2 +23,3 @@ // This file contains the types of the json-schema specification that we want to keep | ||
pattern?: string; | ||
format?: string; | ||
@@ -25,0 +26,0 @@ additionalItems?: JSONSchema7Definition; |
{ | ||
"name": "get-graphql-from-jsonschema", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "get-graphql-from-jsonschema gets a GraphQL schema from a JSON schema.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
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
50937
820