UNPKG
endo-core
Version:
latest (18.2.5)
18.2.5
18.2.4
18.2.3
18.2.2
18.2.0
18.1.0
18.0.4
18.0.3
18.0.2
18.0.1
18.0.0
17.0.2
17.0.1
17.0.0
16.0.2
16.0.1
16.0.0
15.0.1
15.0.0
14.12.1
14.12.0
14.11.3
14.11.2
14.11.1
14.11.0
14.10.2
14.10.1
14.10.0
14.9.0
14.8.0
14.7.1
14.7.0
14.6.0
14.5.0
14.4.1
14.4.0
14.3.0
14.2.0
14.1.1
14.1.0
14.0.1
14.0.0
13.3.0
13.2.1
13.2.0
13.1.0
13.0.0
12.3.0
12.2.1
12.1.0
12.0.0
11.0.0
10.0.0
9.2.0
9.1.0
9.0.0
8.0.0
7.0.0
6.2.0
6.1.1
5.0.1
5.0.0
Put some description here
github.com/octoblu/endo-core
octoblu/endo-core
endo-core
/
endo-message-schema.json
15 lines
(14 loc)
•
248 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"title"
:
"Hello Message"
,
"type"
:
"object"
,
"properties"
:
{
"metadata"
:
{
"type"
:
"object"
,
"properties"
:
{
"jobType"
:
{
"type"
:
"string"
}
}
,
"required"
:
[
"jobType"
]
}
}
,
"required"
:
[
"metadata"
]
}