X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fschemas%2Fdata-operation-event-schema-1.0.0.json;h=c2915187c7143a95b607805219f0645e25044282;hb=bba4d73e53cc79263fc162c4907facf43f13bdbf;hp=f82e481415792ccb3c7a7b4aef92a8b598fe20b8;hpb=a2b046b1d7c4814646e93e7d9cf28a4a66e27ec3;p=cps.git diff --git a/docs/schemas/data-operation-event-schema-1.0.0.json b/docs/schemas/data-operation-event-schema-1.0.0.json index f82e48141..c2915187c 100644 --- a/docs/schemas/data-operation-event-schema-1.0.0.json +++ b/docs/schemas/data-operation-event-schema-1.0.0.json @@ -29,6 +29,14 @@ "type": "string" } }, + "resourceIdentifier": { + "description": "The format of resource identifier depend on the associated DMI Plugin implementation. For ONAP DMI Plugin it will be RESTConf paths but it can really be anything.", + "type": "string" + }, + "options": { + "description": "It is mandatory to add as key(s)=value(s)'. The format of options parameter depend on the associated DMI Plugin implementation.", + "type": "string" + }, "statusCode": { "description": "which says success or failure (0-99) are for success and (100-199) are for failure", "type": "string"