{
    "name": "bbAdminBookingClients",
    "title": "bbAdminBookingClients",
    "description": "Config that allows you to change the component version and variant",
    "links": [
        {
            "title": "version",
            "description": "Version number of the component to be used",
            "schema": {
                "$ref": "#/definitions/version"
            }
        },
        {
            "title": "variant",
            "description": "Variant number of the component to be used",
            "schema": {
                "$ref": "#/definitions/variant"
            }
        }
    ],
    "definitions": {
        "version": {
            "type": "number",
            "example": 2
        },
        "variant": {
            "type": "number",
            "example": 1
        }
    },
    "properties": {
        "bbAdminBookingClients": {
            "type": "object",
            "description": "Configuration options for admin booking clients component",
            "properties": {
                "version": {
                    "$ref": "#/definitions/version"
                },
                "variant": {
                    "$ref": "#/definitions/variant"
                }
            }
        }
    }
}