Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/projectconfig/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type SourceFileReference struct {
Hash string `toml:"hash,omitempty" json:"hash,omitempty"`

// Type of hash used by Hash (e.g., "SHA256", "SHA512").
HashType fileutils.HashType `toml:"hash-type,omitempty" json:"hashType,omitempty" jsonschema:"enum=SHA256,enum=SHA512,title=Hash type,description=Hash algorithm used for the hash value (e.g., SHA256, SHA512)"`
HashType fileutils.HashType `toml:"hash-type,omitempty" json:"hashType,omitempty" jsonschema:"enum=SHA256,enum=SHA512,title=Hash type,description=Hash algorithm used for the hash value"`

// Origin for this source file. When omitted, the file is resolved via the lookaside cache.
Origin Origin `toml:"origin,omitempty" json:"origin,omitempty"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"SHA512"
],
"title": "Hash type",
"description": "Hash algorithm used for the hash value (e.g."
"description": "Hash algorithm used for the hash value"
},
"origin": {
"$ref": "#/$defs/Origin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"SHA512"
],
"title": "Hash type",
"description": "Hash algorithm used for the hash value (e.g."
"description": "Hash algorithm used for the hash value"
},
"origin": {
"$ref": "#/$defs/Origin"
Expand Down
2 changes: 1 addition & 1 deletion schemas/azldev.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@
"SHA512"
],
"title": "Hash type",
"description": "Hash algorithm used for the hash value (e.g."
"description": "Hash algorithm used for the hash value"
},
"origin": {
"$ref": "#/$defs/Origin"
Expand Down
Loading