aboutsummaryrefslogtreecommitdiffstats
path: root/releases/1.6.1.yaml
blob: 724b4b734a0566c8ce9c97c1cf4845e5d5452303 (plain)
1
2
3
4
distribution_type: 'maven'
version: '1.6.1'
project: 'policy-engine'
log_dir: 'policy-engine-maven-stage-master/283/'
-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
{
    "$schema": "http://json-schema.org/draft-04/schema#",
			"description": "instanceIds that may be associated with a particular request",
			"type": "object",
			"properties": {  
				"networkInstanceId": {
					"description": "UUID for the network instance (if any)",
					"type": "string"
				},  
				"serviceInstanceId": {
					"description": "UUID for the service instance",
					"type": "string"
				},  
				"vfModuleInstanceId": {
					"description": "UUID for the vfModule instance (if any)",
					"type": "string"
				},  
				"vnfInstanceId": {
					"description": "UUID for the vnf instance (if any)",
					"type": "string"
				},  
				"volumeGroupInstanceId": {
					"description": "UUID for the volume group instance (if any)",
					"type": "string"
				}  
		}
}