aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/so-bpmn-infrastructure-flows/src/test/resources/__files/Schemas/ActivateVnfSchema.json
blob: 57ab9c2799bb01dea9832e5ae423d397852348dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"ActivateVnf": {
		"serviceInstance": {
			"@class": "inventory.aai.onap.org.v12.ServiceInstance"
		},
		"customer": {
			"@class": "inventory.aai.onap.org.v12.Customer"
		},
		"genericVnf": {
			"@class": "inventory.aai.onap.org.v12.GenericVnf"
		}
	}
}