Fix issue with json schema (#233)
This commit is contained in:
parent
1d0a5b9012
commit
2ba8a935a8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue