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=323e652696ceb2746ea571cf9854b1b4cfb56ce5;hp=0000000000000000000000000000000000000000;hpb=41edb24f29769f7ba8a083666e3858edc56ee1ef;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