aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources/json/mso/relatedModel
blob: a70a17183823ee093864c2eb4807c4ad6ed0c8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"description": "modelInfo and optional instance id for a model related to the modelInfo being operated on",
	"type": "object",
	"properties": {			
		"instanceId": {
			"description": "instance Id for the related model",
			"type": "string"
		},
		"modelInfo": {}
	},
	"required": [ "modelInfo" ]
}