W-21164311: rename screen to screenAPIName in sample app metadata (#64)

chore: rename screen to screenAPIName in sample app metadata

Align sample app metadata with cama-app-metadata schema change (PR #14).
The screen key in tabs is now screenAPIName, reflecting that screen
metadata is delivered by the Delivery API using unique identifiers.
This commit is contained in:
Haifeng Li 2026-03-20 09:57:58 -07:00 committed by GitHub
parent 3ae2d18d7f
commit c3ebc04836
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,19 +12,19 @@
"id": "home",
"label": "Home",
"icon": "house.fill",
"screen": "homeScreen"
"screenAPIName": "homeScreen"
},
{
"id": "tenants",
"label": "Tenants",
"icon": "person.2.fill",
"screen": "tenantsScreen"
"screenAPIName": "tenantsScreen"
},
{
"id": "properties",
"label": "Properties",
"icon": "building.2.fill",
"screen": "propertiesScreen"
"screenAPIName": "propertiesScreen"
}
],
"toolbarActions": {