aboutsummaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/network-provided-allotted-resources.json
blob: 663eba4639531162de3f488c1fdf615d206daecb (plain)
1
2
3
4
5
6
7
8
9
10
{
	network-provided-allotted-resources: 
	{
		"network-provided-ar-id": [
			${repeat:net-ar.network-provided-allotted-resources.network-provided-ar-id_length:
			${net-ar.network-provided-allotted-resources.network-provided-ar-id[${1}]},
			}
		]
	}
}