{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "additionalProperties": false,
    "description": "Version v6",
    "properties": {
        "status": {
            "$ref": "/resources/schema/services/v1/ServiceStatus.json"
        },
        "users": {
            "type": "array",
            "items": {
                "$ref": "/resources/schema/user/v6/BaseUserEntry.json"
            }
        }
    },
    "required": [
        "status"
    ],
    "title": "FindUserResponse",
    "type": "object"
}