Skip to content

Commit

Permalink
schema: allow parameters to be interface
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed May 10, 2024
1 parent fed4602 commit ee02cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nextgen/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Jobspec struct {
Attributes Attributes `json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

type Attributes map[string]string
type Attributes map[string]interface{}
type Environment map[string]string
type Resources map[string]Resource
type Requires map[string]string
Expand Down

0 comments on commit ee02cdc

Please sign in to comment.