{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "EI Job Schema", | |
"description": "Schema for EI Job", | |
"type": "object", | |
"properties": { | |
"ei_job_identity": { | |
"type": "string" | |
}, | |
"ei_type_identity": { | |
"type": "string" | |
}, | |
"target_uri": { | |
"type": "string" | |
}, | |
"ei_job_data": { | |
"type": "object" | |
} | |
} | |
} |