X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2Fresource_properties.json;fp=test_scripts%2FO2IMS_Compliance_Test%2Fo2ims_compliance%2Fschemas%2Fresource_properties.json;h=41d27cecb993fc46118c86fbcd92fcd1daff2b0b;hb=323e652696ceb2746ea571cf9854b1b4cfb56ce5;hp=0000000000000000000000000000000000000000;hpb=41edb24f29769f7ba8a083666e3858edc56ee1ef;p=it%2Ftest.git diff --git a/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resource_properties.json b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resource_properties.json new file mode 100644 index 0000000..41d27ce --- /dev/null +++ b/test_scripts/O2IMS_Compliance_Test/o2ims_compliance/schemas/resource_properties.json @@ -0,0 +1,49 @@ +{ + "type": "object", + "properties": { + "resourceId": { + "type": "string" + }, + "resourceTypeId": { + "type": "string" + }, + "resourcePoolId": { + "type": "string" + }, + "name": { + "type": "string" + }, + "parentId": { + "type": [ + "null", + "string" + ] + }, + "description": { + "type": "string" + }, + "globalAssetId": { + "type": "string" + }, + "extensions": { + "type": [ + "null", + "object" + ], + "default": null + }, + "elements": { + "type": [ + "null", + "array" + ], + "default": null + } + }, + "required": [ + "description", + "resourceId", + "resourcePoolId", + "resourceTypeId" + ] +} \ No newline at end of file