Fix typos and missing file
parent
29bd4d45ee
commit
e1b12a753e
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "object",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "object",
|
||||||
|
"x-pattern": "$EVENT_TYPE",
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "object",
|
||||||
|
"x-pattern": "$STATE_KEY",
|
||||||
|
"allOf": [{"$ref": "event.json" }]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue