Fix issue with json schema (#233)

This commit is contained in:
Tihomir Surdilovic 2020-04-22 13:54:07 -04:00 committed by GitHub
parent 1d0a5b9012
commit 2ba8a935a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@
},
{
"title": "Inject State",
"$ref": "#/definitions/inject"
"$ref": "#/definitions/injectstate"
},
{
"title": "ForEach State",
@ -1042,9 +1042,9 @@
}
]
},
"inject": {
"injectstate": {
"type": "object",
"description": "Inject statit data into state data. Does not perform any actions",
"description": "Inject static data into state data. Does not perform any actions",
"properties": {
"id": {
"type": "string",