[v0.1 - backport] - Small fix to formatting (#228)

This commit is contained in:
Tihomir Surdilovic 2020-04-08 12:51:07 -04:00 committed by GitHub
parent 7b7e6e4a57
commit 7206351e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -537,7 +537,7 @@ Following is a detailed description of each of the defined states:
"start": { "start": {
"$ref": "#/definitions/start", "$ref": "#/definitions/start",
"description": "State start definition" "description": "State start definition"
} },
"end": { "end": {
"$ref": "#/definitions/end", "$ref": "#/definitions/end",
"description": "State end definition" "description": "State end definition"
@ -1176,7 +1176,7 @@ Once all actions have been performed, a transition to another state can occur.
"start", "start",
"name", "name",
"type", "type",
"choices" "choices",
"default" "default"
] ]
}, },
@ -3900,11 +3900,10 @@ Here is an example of metadata attached to the core workflow definition:
"category": "Sales", "category": "Sales",
"giturl": "github.com/myproject", "giturl": "github.com/myproject",
"author": "Author Name", "author": "Author Name",
"team": "Team Name", "team": "Team Name"
...
}, },
"states": [ "states": [
...
] ]
} }
``` ```