Added example of cql-options.json file
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user