Is there a way to ignore validation on certain lines, similar to Yaml lint's: "Disable with comments" feature?
My specific issue is that I'm using the open-api in conjunction with a Cloud Formation and I'm calling Fn:Sub to replace some values with strings before deployment. That produces an "Incorrect Type" error, as the schema expects a string.
The validation works well for the rest of the file, but it would be great if there was a way to ignore these two errors.
Is there a way to ignore validation on certain lines, similar to Yaml lint's: "Disable with comments" feature?
My specific issue is that I'm using the open-api in conjunction with a Cloud Formation and I'm calling Fn:Sub to replace some values with strings before deployment. That produces an "Incorrect Type" error, as the schema expects a string.
The validation works well for the rest of the file, but it would be great if there was a way to ignore these two errors.
Thanks!