Open kddejong opened 3 years ago
\t is a special character sequence in json I believe this should be escaped \\t cause you want to carry forward the \t on json decoding.
\t
\\t
https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-sagemaker/blob/9f0adeb4abeeb149839e9fac94b3e52bc9595e6b/aws-sagemaker-featuregroup/aws-sagemaker-featuregroup.json#L145
now caught by cfn validate as well
cfn validate
\t
is a special character sequence in json I believe this should be escaped\\t
cause you want to carry forward the\t
on json decoding.https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-sagemaker/blob/9f0adeb4abeeb149839e9fac94b3e52bc9595e6b/aws-sagemaker-featuregroup/aws-sagemaker-featuregroup.json#L145