Whenever triggering a "depcon app create" using a marathon description file (eg: marathon.json) with a healthcheck using the "port" attribute, the application will get deployed but the health check used is not reflecting the predefined healthcheck definition in the marathon description file. During the creation it ignores the "port" attribute and falls back on the default "portIndex"
Looking at the schema.json it seems the "Port" definition is already in there, only it isn't yet configured to be used by struct.go or event_types.go
Whenever triggering a "depcon app create" using a marathon description file (eg: marathon.json) with a healthcheck using the "port" attribute, the application will get deployed but the health check used is not reflecting the predefined healthcheck definition in the marathon description file. During the creation it ignores the "port" attribute and falls back on the default "portIndex"
Looking at the schema.json it seems the "Port" definition is already in there, only it isn't yet configured to be used by struct.go or event_types.go