X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FdeploymentManager_properties.json;fp=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FdeploymentManager_properties.json;h=9ec6b9190c4878fba4d3c169b1d613788f3f332b;hb=409d070b3bdde3e4676c507a959d245ff246fa9f;hp=0000000000000000000000000000000000000000;hpb=ca6b81bb15b879eff50598350b018946f2e3dced;p=it%2Ftest.git diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_properties.json new file mode 100644 index 0000000..9ec6b91 --- /dev/null +++ b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/deploymentManager_properties.json @@ -0,0 +1,39 @@ +{ + "type": "object", + "properties": { + "deploymentManagerId": { + "type": "string", + "default": "a6f48e28-0c50-330c-934f-2c355bdaed98" + }, + "name": { + "type": "string", + "default": "" + }, + "description": { + "type": "string", + "default": "" + }, + "oCloudId": { + "type": "string", + "default": "" + }, + "serviceUri": { + "type": "string", + "default": "" + }, + "extensions": { + "type": [ + "null", + "object" + ], + "default": null + } + }, + "required": [ + "deploymentManagerId", + "description", + "name", + "oCloudId", + "serviceUri" + ] +} \ No newline at end of file