Mohit Talniya
Mohit Talniya
` "pattern": "^((25[0-5]|(2[0-4]|1\\d|[1-9]|)\\d)(\\.(?!$)|$)){4}|([0-9a-f]{1,4}\\:){7}[0-9a-f]{1,4}$"` I am trying to validate an openApi spec with the above property. It fails if I call validate function. But same regex seems to be valid on...
We have read-only properties in the definitions block of the Cloudformation schema [link](https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/e632a67d7693141009a60108bcda94843a67edcf/cfn-resources/alert-configuration/mongodb-atlas-alertconfiguration.json#L960) From the code, it seems, we are only considering the read-only attributes from the properties path and...