summaryrefslogtreecommitdiffstats
path: root/src/test/resources/model-validation/instance-reader/model-instance-mapping-attributes.json_conf
blob: 1abe24ff1ba0f659e2ef01eddbc96ae75927340d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"mappingType": "ATTRIBUTE",
		"model": {
			"value": "metadata/metadatum/metaname"
		},
		"instance": {
			"origin": "$.inventory-response-item[0]",
			"value": "$..extra-properties.metadatum[*].metaname"
		}
	}
]