aws-cloudformation / aws-cloudformation/cloudformation-cli
cfn validate doesn't validate missing properties
Open
bug
- Dominant language
- Python
- Stars
- 336
- Forks
- 172
- Avg merge
- 3d 5m
- Merged PRs (30d)
- 3
Description
If I have the following snippet in my schema
```json
"additionalProperties": false,
"readOnlyProperties": [
"/properties/TPSCode"
],
"primaryIdentifier": [
"/properties/TPSCode"
],
```
But I haven't actually defined a `TPSCode` in `properties`, I would expect `cfn validate` to fail.
Contributor guide
Assessment
This issue has not been assessed yet.