{
	"title": "params or environment variables",
	"$schema": "http://json-schema.org/draft-04/schema#",
	"type": "array",
	"items": {
		"javaType": "com.sos.webservices.order.initiator.model.NameValuePair",
		"type": "object",
		"required": [
			"name",
			"value"
		],
		"properties": {
			"name": {
				"type": "string",
				"minLength": 1
			},
			"value": {
				"type": "string"
			}
		}
	}
}
