cancel
Showing results for 
Search instead for 
Did you mean: 

Where can i find documentation to the allowed keys in this manifest.json file?

mrwong05
Participant
0 Kudos
{
"sap.app": {
"_version": "1.3.0",
"id": "73c3f80a-5245-4e6c-a51d-d9436b1cb530",
"i18n": "i18n/i18n.properties",
"title": "{{title}}",
"tags": {
"keywords": [
]
},
"crossNavigation": {
"inbounds": {
"SapShow": {
"semanticObject": "Sap",
"action": "show",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
}
}
}
},
"sap.platform.cf": {
"uri": "https://www.sap.com"
},
"sap.ui": {
"_version": "1.3.0",
"technology": "URL"
}
}

Hi, above is the manifest.json file from a sample app on the fiori launchpad site module template, developed in Web IDE for on premise HANA Express 2.0 SPS 02. I am looking for documentation to each key:value pair that exists and is allowed or required.

--Matt

Accepted Solutions (1)

Accepted Solutions (1)

former_member233511
Participant

Answers (0)