blob: 16620669b7f4879c3c13c4fd70c76002f027bb80 [file] [log] [blame]
{
"$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"
}
}
}