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 have a yaml file I am trying to lint. Why doesn't the truthy function see that element is missing. I tried the function "undefined" too. When I lint, I am not seeing any errors. How do I check for custom elements that are undefined? Any help would be appreciated.
Example Spec: (only a part of it)
openapi: 3.0.0
info:
title: BillingMs
description: This micro service involves retrieval of billing details
my-custom-element:
teamName: Billing
#teamEmail: [email protected]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a yaml file I am trying to lint. Why doesn't the truthy function see that element is missing. I tried the function "undefined" too. When I lint, I am not seeing any errors. How do I check for custom elements that are undefined? Any help would be appreciated.
Example Spec: (only a part of it)
Ruleset:
Beta Was this translation helpful? Give feedback.
All reactions