hashicorp / aws-cloudformation-resource-schema-sdk-go

This package provides AWS CloudFormation Resource Schema functionality in Go
Mozilla Public License 2.0
5 stars 2 forks source link

Regex pattern validation #7

Closed ewbankkit closed 3 years ago

ewbankkit commented 3 years ago

Relates: #5.

We will have to work around more unsupported regex patterns than just negative lookahead. This should be possible by overriding the built-in gojsonschema regex format checker.

ewbankkit commented 3 years ago

For this repo this will involve removing d5a937bc6158ba921fb113b2a801fc6e738b5fc2 and the replacement of \Z by $.