Skip to content

Commit

Permalink
Styling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakuz-db committed Jan 23, 2025
1 parent 7de066e commit 188ca67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/internal/schema/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ func generateSchema(workdir, outputFile string) {
// AdditionalProperties is set to an empty schema to allow non-typed keys used as yaml-anchors
// Example:
// some_anchor: &some_anchor
// file_path: /some/path/
// file_path: /some/path/
// workspace:
// <<: *some_anchor
// <<: *some_anchor
s.AdditionalProperties = jsonschema.Schema{}

if err != nil {
Expand Down

0 comments on commit 188ca67

Please sign in to comment.