You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running cfn validate on a JSON schema and I am getting the following:
❯ cfn validate
=== Unhandled exception ===
Please report this issue to the team.
Issue tracker: github.com/aws-cloudformation/cloudformation-cli/issues
Please include the log file 'rpdk.log'
I also tried "$ref": "resource-schema.json#properties/ProductId" , tried removing the requiredelement, but I don't know what else to try here. I've seen other examples with similar schemas work, I have no idea what is so special about this one.
I attached the schema too. aws-servicecatalog-portfolioproductassociation.json
The text was updated successfully, but these errors were encountered:
The issue seems related to: #581
I am running
cfn validate
on a JSON schema and I am getting the following:Log attached.
rpdk.log
The exact snippet is the following:
I also tried
"$ref": "resource-schema.json#properties/ProductId"
, tried removing therequired
element, but I don't know what else to try here. I've seen other examples with similar schemas work, I have no idea what is so special about this one.I attached the schema too.
aws-servicecatalog-portfolioproductassociation.json
The text was updated successfully, but these errors were encountered: