{
    "title": "configuration mime filter",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "description": "The configuration can have a HTML representation where the HTML gets a highlighting via CSS classes.",
    "javaType": "com.sos.joc.model.common.ConfigurationMime",
    "type": "string",
    "enum": [
        "HTML",
        "XML"
    ],
    "default": "XML"
}