We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f0cde commit 112c3abCopy full SHA for 112c3ab
1 file changed
ValeStyles/config/views/OpenAPI.yml
@@ -1,13 +1,13 @@
1
engine: dasel
2
scopes:
3
- - expr: 'search(has("title")).map(title)'
+ - expr: '..title'
4
name: title
5
type: md
6
7
- - expr: 'search(has("description")).map(description)'
+ - expr: '..description'
8
name: description
9
10
11
- - expr: 'search(has("summary")).map(summary)'
+ - expr: '..summary'
12
name: summary
13
0 commit comments