Skip to content

Commit c255118

Browse files
committed
update comment
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent d11e617 commit c255118

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

app/controlplane/api/gen/frontend/workflowcontract/v1/crafting_schema.ts

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/workflowcontract.v1.CraftingSchemaV2.jsonschema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/gen/jsonschema/workflowcontract.v1.CraftingSchemaV2.schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/workflowcontract/v1/crafting_schema.pb.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/controlplane/api/workflowcontract/v1/crafting_schema.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ message CraftingSchema {
134134
}
135135
}
136136

137-
// Represents a workflow contract that defines schema and requirements
137+
// Schema definition provided by the user to the tool
138+
// that defines the schema of the workflowRun
138139
message CraftingSchemaV2 {
139140
string api_version = 1 [(buf.validate.field).string.const = "chainloop.dev/v1"];
140141
string kind = 2 [(buf.validate.field).string.const = "Contract"];

0 commit comments

Comments
 (0)