{
  "title": "graph mime filter",
  "id": "schemas/common/graphMimeFilter",
  "$schema": "http://json-schema.org/draft-04/schema#",
  "description": "Output format of the graph",
  "javaType": "com.sos.joc.model.jobChain.GraphMime",
  "type": "string",
  "enum": [
    "PNG",
    "SVG"
  ],
  "default": "SVG"
}
