{
    "title": "filter to show assignments of a certificate to one or more agents for encipherment",
    "$schema": "http://json-schema.org/draft-04/schema#",
    "javaType": "com.sos.joc.model.encipherment.ShowAgentAssignmentsResponse",
    "type": "object",
    "properties": {
        "mappings": {
            "type": "array",
            "items": {
                "javaType": "com.sos.joc.model.encipherment.AgentAssignments",
                "type": "object",
                "properties": {
                    "certAlias": {
                        "type": "string"
                    },
                    "agentId": {
                        "type": "array",
                        "items": {
                            "type": "string"
                        }
                    }
                }
            }
        }
    }
}