X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docker-compose%2Fdata%2Ftestdata%2FECS%2FEiProducer.json;h=bb9a1b3c35a8f76841ed320ba264044dd0babc0a;hb=e1eebe59d712b5439b2813d69944a870be1e93ad;hp=ebb4ad42b8d3357c88c3fca75379e2048753aca7;hpb=b83e54c2bdab21d7f6ff5c9a4c340e801c93e1c2;p=nonrtric.git diff --git a/docker-compose/data/testdata/ECS/EiProducer.json b/docker-compose/data/testdata/ECS/EiProducer.json index ebb4ad42..bb9a1b3c 100644 --- a/docker-compose/data/testdata/ECS/EiProducer.json +++ b/docker-compose/data/testdata/ECS/EiProducer.json @@ -1,9 +1,13 @@ { - "ei_job_creation_callback_url": "http://example.com", - "ei_job_deletion_callback_url": "http://example.com", - "ei_producer_supervision_callback_url": "http://example.com", "supported_ei_types": [{ - "ei_job_data_schema": {}, - "ei_type_identity": "type1" - }] + "ei_type_identity": "type1", + "ei_job_data_schema": { + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "STD_Type1_1.0.0", + "description": "EI-Type 1", + "type": "object" + } + }], + "ei_job_callback_url": "http://producer:80/", + "ei_producer_supervision_callback_url": "http://producer:80/" } \ No newline at end of file