From 14cbe94002a1387a0a3aa7e4be23e6884397ca95 Mon Sep 17 00:00:00 2001 From: BelfordZ Date: Fri, 18 Jun 2021 22:11:11 +0000 Subject: [PATCH] chore(release): add newly generated typings --- Cargo.toml | 2 +- schema.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b74249f..309cc9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "json_schema" -version = "1.6.14" +version = "1.6.15" description = "Generated types based on the JSON-Schema for json_schema" license = "Apache-2.0" diff --git a/schema.json b/schema.json index 0a99bf3..7611f90 100644 --- a/schema.json +++ b/schema.json @@ -246,7 +246,6 @@ }, "simpleTypes": { "title": "simpleTypes", - "type": "string", "enum": ["array", "boolean", "integer", "null", "number", "object", "string"] }, "stringArray": {