{
	"$schema": "http://json-schema.org/draft-07/schema#",
	"$id": "https://axway.com/axway-flow-trigger/triggerconfigschema-v1.json",
	"title": "Flow-trigger config schema",
	"description": "The schema for flow-trigger config",
	"type": "object",
	"properties": {
		"channels": {
			"type": "object",
			"additionalProperties": {
				"$ref": "https://axway.com/axway-flow-trigger/channelschema-v1.json"
			}
		},
		"triggers": {
			"type": "object",
			"additionalProperties": {
				"$ref": "https://axway.com/axway-flow-trigger/triggerschema-v1.json"
			}
		}
	},
	"required": [
		"triggers"
	],
	"additionalProperties": false
}
