{
    "type": "object",
    "title": "Storage Status Request",
    "description": "An object indicating whether to enable storage for the APIs included. An explicit true or false value will override an existing setting. If an API is not specified, its settings will be left as is.",
    "properties": {
        "vehicle": {
            "type": "boolean",
            "description": "Optional. Indicates whether to enable storage for the Vehicle API."
        },
        "transport": {
            "type": "boolean",
            "description": "Optional. Indicates whether to enable storage for the Transport API."
        }
    }
}
