From 946629148db8a660ea2db121608bdfb3300cade5 Mon Sep 17 00:00:00 2001 From: Bryn Rhodes Date: Mon, 8 Jun 2020 20:45:10 -0600 Subject: [PATCH] Added example of cql-options.json file --- input/cql/cql-options.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 input/cql/cql-options.json diff --git a/input/cql/cql-options.json b/input/cql/cql-options.json new file mode 100644 index 0000000..9ef3ba6 --- /dev/null +++ b/input/cql/cql-options.json @@ -0,0 +1,17 @@ +{ + "options":[ + "EnableAnnotations", + "EnableLocators", + "DisableListDemotion", + "DisableListPromotion" + +], + "formats":[ + "XML", + "JXSON" + ], + "validateUnits":true, + "verifyOnly":false, + "errorLevel":"Info", + "signatureLevel":"None" +}