Skip to content

Commit

Permalink
Merge pull request #30 from grafana/add-overrides-object-session-meta…
Browse files Browse the repository at this point in the history
…-type

chore(session.yml): add "overrides" property
  • Loading branch information
codecapitano authored Jan 23, 2025
2 parents 04f1478 + 5d4bfa7 commit bcecdf3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/go/faro.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions spec/components/schemas/session.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ components:
additionalProperties:
type: string
x-go-type-skip-optional-pointer: true
overrides:
type: object
additionalProperties:
type: string
x-go-type-skip-optional-pointer: true
x-go-type-skip-optional-pointer: true
5 changes: 5 additions & 0 deletions spec/gen/faro.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ components:
additionalProperties:
type: string
x-go-type-skip-optional-pointer: true
overrides:
type: object
additionalProperties:
type: string
x-go-type-skip-optional-pointer: true
x-go-type-skip-optional-pointer: true
Stacktrace:
type: object
Expand Down

0 comments on commit bcecdf3

Please sign in to comment.