UNPKG

apigeelint

Version:

Node module and tool to lint a bundle for an Apigee API Proxy or sharedflow.

16 lines (14 loc) 597 B
// These are the error messages only for the policies that will get flagged, in the ApigeeX profile. module.exports = { "EV-JSONPayload-terminating-dot.xml": [ "JSONPath ($.) is not valid in jsonpath", "JSONPath ($..) is not valid in jsonpath", ], "EV-JSON-4.xml": [ "JSONPath ($.store.book[0].[author) is invalid (Error: Parse error on line 1", "JSONPath ($.store.book[0].[]author) is invalid (Error: Parse error on line 1", ], "EV-JSON-5.xml": "JSONPath is empty", "EV-JSON-6.xml": "JSONPath ($.quota.[*].appname..) is invalid (Error: Parse error on line 1", };