How can I check for tags being present? I can check for tags having values. For example,
paths[*]..summary
shows me the value of the summary tags that are present:
[
"List all pets",
"Create a pet",
"Info for a specific pet"
]
But I want to check if the summary tag itself is missing.