{
    "title": "xmleditor yade read profiles answer",
    "id": "schemas/yade/xmleditor/profiles-answer-schema",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.yade.xmleditor.ProfilesAnswer",
    "type": "object",
    "description": "",
    "properties": {
        "profiles": {
            "items": {
                "id": "schemas/yade/xmleditor/common/profile-schema",
                "javaType": "com.sos.joc.model.yade.xmleditor.common.Profile",
                "type": "object",
                "description": "",
                "required": [
                    "deployed",
                    "profile"
                ],
                "properties": {
                    "deployed": {
                        "type": "boolean"
                    },
                    "profile": {
                        "type": "string"
                    }
                }
            }
        }
    }
}