aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-context/context-schema/context-schema-avro/src/test/resources/avsc/AAIInventoryResponseItemType.avsc
blob: d4ae592a1021ade997dee19d21dd1a984e5e037b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
	"type": "array",
	"items": {
		"type": "record",
		"name": "AAIInventoryResponseItem_Type",
		"fields": [
			{
				"name": "model_DasH_name",
				"type": "string"
			},
			{
				"name": "extra_DasH_properties",
				"type": {
					"type": "record",
					"name": "AAIInventoryResponseItemExtraProperties_Type",
					"fields": []
				}
			},
			{
				"name": "generic_DasH_vnf",
				"type": {
					"type": "record",
					"name": "AAIInventoryResponseItemGenericVNF_Type",
					"fields": [
						{
							"name": "vnf_DasH_id",
							"type": "string"
						},
						{
							"name": "vnf_DasH_name",
							"type": "string"
						},
						{
							"name": "vnf_DasH_type",
							"type": "string"
						},
						{
							"name": "service_DasH_id",
							"type": "string"
						},
						{
							"name": "orchestration_DasH_status",
							"type": "string"
						},
						{
							"name": "in_DasH_maint",
							"type": "boolean"
						},
						{
							"name": "is_DasH_closed_DasH_loop_DasH_disabled",
							"type": "boolean"
						},
						{
							"name": "resource_DasH_version",
							"type": "string"
						},
						{
							"name": "model_DasH_invariant_DasH_id",
							"type": "string"
						},
						{
							"name": "model_DasH_version_DasH_id",
							"type": "string"
						}
					]
				}
			}
		]
	}
}