Commit 71e5ff3
committed
chore: apply JSON schema to configuration
Now we've got a JSON schema (via #1546) we can use for IDE visibility
into fields, we should apply it to all our configuration.
We'll use the `yaml-language-server` config as that's what I'm using
locally.1 parent 5473d78 commit 71e5ff3Copy full SHA for 71e5ff3
90 files changed
+93-3Lines changed: 93 additions & 3 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- examples
- authenticated-api/echo/api
- client
- custom-client-type
- extensions
- xdeprecatedreason
- xenumnames
- xgojsonignore
- xgoname
- xgotypeskipoptionalpointer
- xgotype
- xoapicodegenextratags
- xomitempty
- xorder
- import-mapping
- admin
- common
- no-vcs-version-override/echo/api
- only-models
- petstore-expanded
- chi/api
- echo/api
- fiber/api
- gin/api
- gorilla/api
- internal
- iris/api
- stdhttp/api
- strict/api
- internal/test
- all_of
- any_of/param
- components
- extensions/x-order
- externalref
- packageA
- packageB
- petstore
- issues
- issue-1039
- issue-1087
- deps
- issue-1093
- issue-1127
- issue-1168
- issue-1180
- issue-1182
- pkg1
- pkg2
- issue-1189
- issue-1208-1209
- issue-1212
- pkg1
- pkg2
- issue-1219
- issue-1298
- issue-1378
- bionicle
- common
- fooservice
- issue-312
- issue-52
- issue-832
- issue-936
- issue-grab_import_names
- issue-head-digit-of-httpheader
- issue-head-digit-of-operation-id
- issue-illegal_enum_names
- issue-removed-external-ref
- outputoptions/disabletypealiases
- parameters
- schemas
- server
- strict-server
- chi
- client
- echo
- fiber
- gin
- gorilla
- iris
- stdhttp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
Open diff view settings
Collapse file
examples/authenticated-api/echo/api/config.yaml
Copy file name to clipboardExpand all lines: examples/authenticated-api/echo/api/config.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/custom-client-type/cfg.yaml
Copy file name to clipboardExpand all lines: examples/custom-client-type/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xdeprecatedreason/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xdeprecatedreason/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xenumnames/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xenumnames/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xgojsonignore/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xgojsonignore/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xgoname/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xgoname/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xgotype/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xgotype/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xgotypeskipoptionalpointer/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xgotypeskipoptionalpointer/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
Collapse file
examples/extensions/xoapicodegenextratags/cfg.yaml
Copy file name to clipboardExpand all lines: examples/extensions/xoapicodegenextratags/cfg.yaml+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
1 | 2 | |
2 | 3 | |
3 | 4 | |
|
0 commit comments