How to add multi parameters to AASA file

Here is a sample of the AASA file now.

Just curious if this is the correct way to add multi parameters to the url.

Code Block
"components": [
{
"/": "/Restaurants/*",
"?":{"Restaurants":"?*"},
"?":{"OrderNumber":"?*"},
}
]

How to add multi parameters to AASA file
 
 
Q