JSON schemas containing references to external files
Spotted in `subscriptions.schema.json` for SOL005/NS_LCM_API/schemas`. The file contains: ``` "properties": { "self": { "description": "URI of this resource.\n", "$ref": "SOL005_def.yaml#/definitions/Link" } } ``` but the references `SOL005_def.yaml` should have been resolved. ## Affected files List created with `$ grep 'SOL005_def.yaml' -r | cut -d: -f1 | sort | uniq` in the branch `2.4.1-fix-plu`. * [x] SOL005/NSFaultManagement-API/schemas/FaultyComponentInfo.schema.json * [x] SOL005/NSFaultManagement-API/schemas/FaultyResourceInfo.schema.json * [x] SOL005/NSFaultManagement-API/schemas/FmNotificationsFilter.schema.json * [x] SOL005/NSFaultManagement-API/schemas/FmSubscription.schema.json * [x] SOL005/NSFaultManagement-API/schemas/FmSubscriptionRequest.schema.json * [x] SOL005/NSFaultManagement-API/schemas/alarm.schema.json * [x] SOL005/NSFaultManagement-API/schemas/alarmClearedNotification.schema.json * [x] SOL005/NSFaultManagement-API/schemas/alarmListRebuiltNotification.schema.json * [x] SOL005/NSFaultManagement-API/schemas/alarmNotification.schema.json * [x] SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json * [x] SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json * [x] SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json * [x] SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json * [x] SOL005/NSLifecycleManagement-API/schemas/NsIdentifierCreationNotification.schema.json * [x] SOL005/NSLifecycleManagement-API/schemas/NsIdentifierDeletionNotification.schema.json * [x] SOL005/NSLifecycleManagement-API/schemas/NsLcmOperationOccurrenceNotification.schema.json * [x] SOL005/NSLifecycleManagement-API/schemas/subscription.schema.json * [x] SOL005/NSLifecycleManagement-API/schemas/subscriptions.schema.json
issue