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
Is your feature request related to a problem? Please describe.
I'm using @quobix/vacuum for linting my openapi schema. It's a very nice tool for ensuring a high quality schema. So, I wanted to extend the basic linting rules by writing my own rules according to the docs. Afterwards I stuck on some issues with JSONPath. I have paths like:
$..[?(@.type == 'array')].default^.nullable - Property nullable is prohibited if default property defined
Is your feature request related to a problem? Please describe.
I'm using @quobix/vacuum for linting my openapi schema. It's a very nice tool for ensuring a high quality schema. So, I wanted to extend the basic linting rules by writing my own rules according to the docs. Afterwards I stuck on some issues with JSONPath. I have paths like:
$..[?(@.type == 'array')].default^.nullable
- Property nullable is prohibited if default property defined$.paths[?([email protected](/^\/login$/))][*]
- All endpoints login[email protected](/allOf/)
- Objects that are not under allOfDescribe the solution you'd like
Would be nice to extend the current list of options with those available from JSONPath Plus
@path
,@parent
,@property
,@parentProperty
,@root
,@key
$..
^
~
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: