From b4b9030790668492ce7313cf81532fdfec82ad84 Mon Sep 17 00:00:00 2001 From: Mathieu Debove Date: Mon, 11 Mar 2019 13:11:17 +0100 Subject: [PATCH] Restore lost content from https://github.com/project-flogo/core/pull/20/commits/261af9b --- app/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.go b/app/config.go index 77944ec4..22284abc 100644 --- a/app/config.go +++ b/app/config.go @@ -14,6 +14,7 @@ type Config struct { Type string `json:"type"` Version string `json:"version"` Description string `json:"description"` + AppModel string `json:"appModel"` Imports []string `json:"imports,omitempty"` Properties []*data.Attribute `json:"properties,omitempty"`