X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FresourcePools_properties.json;fp=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FresourcePools_properties.json;h=4841c3532b9d88158822e0dbbb14e97ac6cab80a;hb=409d070b3bdde3e4676c507a959d245ff246fa9f;hp=0000000000000000000000000000000000000000;hpb=ca6b81bb15b879eff50598350b018946f2e3dced;p=it%2Ftest.git diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePools_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePools_properties.json new file mode 100644 index 0000000..4841c35 --- /dev/null +++ b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePools_properties.json @@ -0,0 +1,42 @@ +{ + "type": "array", + "items": { + "type": "object", + "properties": { + "resourcePoolId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "globalLocationId": { + "type": "string" + }, + "location": { + "type": "string" + }, + "description": { + "type": "string" + }, + "oCloudId": { + "type": "string", + "default": "oCloudId" + }, + "resources": { + "type": "array", + "default": [] + }, + "extensions": { + "type": "null", + "default": null + } + }, + "required": [ + "description", + "globalLocationId", + "name", + "resourcePoolId", + "oCloudId" + ] + } +} \ No newline at end of file