Skip to content

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.

  • SOL005/NSFaultManagement-API/schemas/FaultyComponentInfo.schema.json
  • SOL005/NSFaultManagement-API/schemas/FaultyResourceInfo.schema.json
  • SOL005/NSFaultManagement-API/schemas/FmNotificationsFilter.schema.json
  • SOL005/NSFaultManagement-API/schemas/FmSubscription.schema.json
  • SOL005/NSFaultManagement-API/schemas/FmSubscriptionRequest.schema.json
  • SOL005/NSFaultManagement-API/schemas/alarm.schema.json
  • SOL005/NSFaultManagement-API/schemas/alarmClearedNotification.schema.json
  • SOL005/NSFaultManagement-API/schemas/alarmListRebuiltNotification.schema.json
  • SOL005/NSFaultManagement-API/schemas/alarmNotification.schema.json
  • SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json
  • SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json
  • SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json
  • SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json
  • SOL005/NSLifecycleManagement-API/schemas/NsIdentifierCreationNotification.schema.json
  • SOL005/NSLifecycleManagement-API/schemas/NsIdentifierDeletionNotification.schema.json
  • SOL005/NSLifecycleManagement-API/schemas/NsLcmOperationOccurrenceNotification.schema.json
  • SOL005/NSLifecycleManagement-API/schemas/subscription.schema.json
  • SOL005/NSLifecycleManagement-API/schemas/subscriptions.schema.json
Edited by Giacomo Bernini
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information