Skip to content

Commit 457b81e

Browse files
authored
Merge pull request #4 from lornakelly/update-descriptions
Fix: Update descriptions in schema files
2 parents faab657 + 5196edf commit 457b81e

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

public/schemas/1.0.0-alpha1/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "https://open-workflow-specification.org/schemas/1.0.0-alpha1/workflow.json",
33
"$schema": "http://json-schema.org/draft-07/schema",
4-
"description": "Serverless Workflow DSL - Workflow Schema",
4+
"description": "Open Workflow Specification DSL - Workflow Schema",
55
"type": "object",
66
"properties": {
77
"document": {

public/schemas/1.0.0-alpha2/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha2/workflow.json",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
4-
"description": "Serverless Workflow DSL - Workflow Schema",
4+
"description": "Open Workflow Specification DSL - Workflow Schema",
55
"type": "object",
66
"properties": {
77
"document": {

public/schemas/1.0.0-alpha2/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha2/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
3-
description: Serverless Workflow DSL - Workflow Schema
3+
description: Open Workflow Specification DSL - Workflow Schema
44
type: object
55
properties:
66
document:

public/schemas/1.0.0-alpha3/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha3/workflow.json",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
4-
"description": "Serverless Workflow DSL - Workflow Schema.",
4+
"description": "Open Workflow Specification DSL - Workflow Schema.",
55
"type": "object",
66
"required": [
77
"document",

public/schemas/1.0.0-alpha3/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha3/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
3-
description: Serverless Workflow DSL - Workflow Schema.
3+
description: Open Workflow Specification DSL - Workflow Schema.
44
type: object
55
required: [ document, do ]
66
properties:

public/schemas/1.0.0-alpha4/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha4/workflow.json",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
4-
"description": "Serverless Workflow DSL - Workflow Schema.",
4+
"description": "Open Workflow Specification DSL - Workflow Schema.",
55
"type": "object",
66
"required": [
77
"document",

public/schemas/1.0.0-alpha4/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha4/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
3-
description: Serverless Workflow DSL - Workflow Schema.
3+
description: Open Workflow Specification DSL - Workflow Schema.
44
type: object
55
required: [ document, do ]
66
properties:

public/schemas/1.0.0-alpha5/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "https://open-workflow-specification.org/schemas/1.0.0-alpha5/workflow.json",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
4-
"description": "Serverless Workflow DSL - Workflow Schema.",
4+
"description": "Open Workflow Specification DSL - Workflow Schema.",
55
"type": "object",
66
"required": [
77
"document",

public/schemas/1.0.0-alpha5/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$id: https://open-workflow-specification.org/schemas/1.0.0-alpha5/workflow.yaml
22
$schema: https://json-schema.org/draft/2020-12/schema
3-
description: Serverless Workflow DSL - Workflow Schema.
3+
description: Open Workflow Specification DSL - Workflow Schema.
44
type: object
55
required: [ document, do ]
66
properties:

public/schemas/1.0.0/workflow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "https://open-workflow-specification.org/schemas/1.0.0/workflow.json",
33
"$schema": "https://json-schema.org/draft/2020-12/schema",
4-
"description": "Serverless Workflow DSL - Workflow Schema.",
4+
"description": "Open Workflow Specification DSL - Workflow Schema.",
55
"type": "object",
66
"required": [
77
"document",

0 commit comments

Comments
 (0)