BjornMagnussonXA | f38e1e8 | 2020-10-11 23:05:02 +0200 | [diff] [blame] | 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 | } |