8cf45d53d152ea7ef601c72db9d189101ec54777
[nonrtric.git] / docker-compose / data / testdata / ECS / EiProducer.json
1 {
2     "supported_ei_types": [{
3         "ei_type_identity": "type1",
4         "ei_job_data_schema": {
5             "$schema": "http://json-schema.org/draft-07/schema#",
6             "title": "STD_Type1_1.0.0",
7             "description": "EI-Type 1",
8             "type": "object"
9         }
10     }],
11     "ei_job_callback_url": "https://producer-stub:8093/callbacks/job/prod-a",
12     "ei_producer_supervision_callback_url": "https://producer-stub:8093/callbacks/supervision/prod-a"
13 }