From f1ac3c918d1154f6623eee24bbaa3d22b9ce8818 Mon Sep 17 00:00:00 2001 From: eitanya Date: Tue, 14 Mar 2017 09:12:09 +0200 Subject: [PATCH] naive oneOf displayed similar to tuple sample only the first option --- .gitignore | 1 + lib/components/JsonSchema/json-schema.html | 13 +++++++++++++ lib/components/JsonSchema/json-schema.scss | 6 ++++++ lib/components/SchemaSample/schema-sample.ts | 7 ++++++- lib/services/schema-helper.service.ts | 16 +++++++++++++++- lib/services/schema-normalizer.service.ts | 9 +++++++++ 6 files changed, 50 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e4d93b73..b371351d 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ compiled /coverage .ghpages-tmp stats.json +/nbproject \ No newline at end of file diff --git a/lib/components/JsonSchema/json-schema.html b/lib/components/JsonSchema/json-schema.html index c60b7a28..d0efd5e7 100644 --- a/lib/components/JsonSchema/json-schema.html +++ b/lib/components/JsonSchema/json-schema.html @@ -41,6 +41,19 @@ +