Added example of cql-options.json file
This commit is contained in:
parent
837a69e037
commit
946629148d
17
input/cql/cql-options.json
Normal file
17
input/cql/cql-options.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"options":[
|
||||||
|
"EnableAnnotations",
|
||||||
|
"EnableLocators",
|
||||||
|
"DisableListDemotion",
|
||||||
|
"DisableListPromotion"
|
||||||
|
|
||||||
|
],
|
||||||
|
"formats":[
|
||||||
|
"XML",
|
||||||
|
"JXSON"
|
||||||
|
],
|
||||||
|
"validateUnits":true,
|
||||||
|
"verifyOnly":false,
|
||||||
|
"errorLevel":"Info",
|
||||||
|
"signatureLevel":"None"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user