Code Review
/
nonrtric.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Update Release Notes for E Maintenance Release
[nonrtric.git]
/
test
/
prodstub
/
app
/
job-schema.json
1
{
2
"$schema": "http://json-schema.org/draft-07/schema#",
3
"title": "EI Job Schema",
4
"description": "Schema for EI Job",
5
"type": "object",
6
"properties": {
7
"ei_job_identity": {
8
"type": "string"
9
},
10
"ei_type_identity": {
11
"type": "string"
12
},
13
"target_uri": {
14
"type": "string"
15
},
16
"ei_job_data": {
17
"type": "object"
18
}
19
}
20
}