Resources are exported even if they contain no operations or if their operations are filtered out. For example, in the image below, all operations in the
/contact/{contactid} resource are filtered out, but the path still appears in the exported file:
"/contacts/{contactid}" : {
"parameters" : [ {
"$ref" : "#/components/parameters/contactid"
} ]
}
AWS API Gateway shows a warning when importing a file containing paths with no operations, but it does not prevent the import.