From a63a265a8a8001a607aefc40cd34ed09fcd9943c Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sat, 28 Jan 2017 14:14:45 +0200 Subject: [PATCH] Fix using old Zippy option --- lib/components/JsonSchema/json-schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/JsonSchema/json-schema.html b/lib/components/JsonSchema/json-schema.html index 7ba2f8a1..1a2fbcb6 100644 --- a/lib/components/JsonSchema/json-schema.html +++ b/lib/components/JsonSchema/json-schema.html @@ -53,7 +53,7 @@ 'discriminator': prop.isDiscriminator, 'complex': prop._pointer, 'additional': prop._additional, - 'expanded': subSchema.visible + 'expanded': subSchema.open }">