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" +}