Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A api-tests
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • NFV - Network Functions VirtualisationNFV - Network Functions Virtualisation
  • api-tests
  • Issues
  • #148
Closed
Open
Issue created Feb 04, 2021 by Michele Carignani@carignaniOwner18 of 18 checklist items completed18/18 checklist items

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 Feb 05, 2021 by Giacomo Bernini
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking