blob: 16620669b7f4879c3c13c4fd70c76002f027bb80 [file] [log] [blame]
BjornMagnussonXAf38e1e82020-10-11 23:05:02 +02001{
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 }