Skip to content

Commit

Permalink
[Fix #742] Id, key and name refactor
Browse files Browse the repository at this point in the history
Id is removed.
Name remains mandatory and is clarified that should be unique.
Key description is updated and becomes optional in all cases.
Version is assumed to be latest if not specified

Signed-off-by: Francisco Javier Tirado Sarti <ftirados@redhat.com>
  • Loading branch information
fjtirado committed Feb 21, 2024
1 parent 3b6f976 commit 1a19c20
Show file tree
Hide file tree
Showing 32 changed files with 24 additions and 131 deletions.
2 changes: 1 addition & 1 deletion .ci/validation/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export module SWSchemaValidator {
addFormats(ajv)


const workflowSchemaId = 'https://serverlessworkflow.io/schemas/0.8/workflow.json'
const workflowSchemaId = 'https://serverlessworkflow.io/schemas/0.9/workflow.json'
const schemaPath = '../../../schema'
export const defaultEncoding = 'utf-8'

Expand Down
Loading

0 comments on commit 1a19c20

Please sign in to comment.