X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FresourcePool_properties.json;fp=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2FresourcePool_properties.json;h=5bd0e1fb26b3ac3a027605496fcaf1a80d089814;hb=323e652696ceb2746ea571cf9854b1b4cfb56ce5;hp=0000000000000000000000000000000000000000;hpb=41edb24f29769f7ba8a083666e3858edc56ee1ef;p=it%2Ftest.git diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePool_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePool_properties.json new file mode 100644 index 0000000..5bd0e1f --- /dev/null +++ b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resourcePool_properties.json @@ -0,0 +1,44 @@ +{ + "type": "object", + "properties": { + "resourcePoolId": { + "type": "string", + "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b" + }, + "name": { + "type": "string", + "default": "5ffd1c7f-2af7-4dd4-8519-4cab54c561ef" + }, + "globalLocationId": { + "type": "string", + "default": "ce2eec13-24b0-4cca-aa54-548be6cc985b" + }, + "location": { + "type": "string", + "default": "location" + }, + "description": { + "type": "string", + "default": "A Resource Pool" + }, + "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