Descriptor for Applications, Components, and Libraries
dataSources | Unique key/alias for specifying the used data sources; contains the following information:- uri: Mandatory relative URL in the component; takes embeddedBy into account, if filled, or the server absolute of the data source, for example "/sap/opu/odata/snce/PO_S_SRV;v=2/"
- type: OData (default)|ODataAnnotation|INA|XML|JSON
- settings: Data source type-specific attributes (key, value pairs), such as:
- odataVersion: 2.0 (default), 4.0
- localUri: Relative URL to local metadata document or annotation uri
- annotations: Array of annotations which references an existing data source of type "ODataAnnotation" under sap.app/dataSources
- maxAge: Indicates the number of seconds the client is willing to accept with regard to the age of the data that is requested
|