From b6567dba0f133f1b00e84f5ea2fb741104f439cf Mon Sep 17 00:00:00 2001 From: Tom Laird-McConnell Date: Sat, 18 Apr 2020 11:38:13 -0700 Subject: [PATCH] remove integer from value --- schemas/component/definitions.schema | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schemas/component/definitions.schema b/schemas/component/definitions.schema index 48b33d174..a863360f9 100644 --- a/schemas/component/definitions.schema +++ b/schemas/component/definitions.schema @@ -93,8 +93,7 @@ { "type": "array" }, { "type": "string" }, { "type": "boolean" }, - { "type": "number" }, - { "type": "integer" } + { "type": "number" } ] } }