{
    "title": "Translations",
    "name": "Translations",
    "description": "Config for dynamic translations",
    "type": "object",
    "properties": {
        "Translations": {
            "type": "object",
            "properties": {
                "general": {
                    "type": "object",
                    "properties": {
                        "perPage": {
                            "type": "integer",
                            "description": "The number of translation objects to load per page"
                        }
                    }
                }
            }
        }
    }
}