The schemes could be use to open a view, a specific record, toggle a check box on a specific record.
This would be great once combined with QR sticker for inventories a red QR code would be scanned to “take out” an item and a different green QR to “return the item”.
airtable:basename?open=tablename&view=gridview&record=123
airtable:basename?toggle=on&record=123
airtable:basename?toggle=off&record=123
Add custom URL schemes on iOS: https://developer.apple.com/documentation/uikit/core_app/allowing_apps_and_websites_to_link_to_your_...