{
    "title": "include collection",
    "id": "schemas/joe/common/includes",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "type": "array",
    "xmlElement": "include",
    "items": {
        "id": "schemas/joe/common/include",
        "javaType": "com.sos.joc.model.joe.common.Include",
        "type": "object",
        "description": "usage of file and liveFile are exclusive",
        "properties": {
            "file": {
                "type": "string"
            },
            "liveFile": {
                "type": "string"
            }
        }
    }
}