apigee / apigeelint

Static code analysis for Apigee proxy bundles to encourage API developers to use best practices and avoid anti-patterns.
Apache License 2.0
92 stars 71 forks source link

Json template check #385

Closed DinoChiesa closed 12 months ago

DinoChiesa commented 1 year ago

The change for #383 works for PropertySetRef, but it is not general for "any message template".
This change extends the check for validity of templates to any message template.

also, new tests for this case.

The validity check can now be used for future plugins that check, for example, any template or string inside a Payload or etc.