RESTApp manifest
A RESTApp's manifest is a json file (manifest.json) stored in the root of the RESTApp. The manifest contains metadata about the RESTApp.
The unique identifier of a RESTApp is made up of id
and version
. If a RESTApp is uploaded and there is an existing RESTApp with the same id and version, it will be overwritten given that force deploy is used.
The type
is mandatory and distinguishes a RESTApp from a WebApp. The name
, description
, author
and helpUrl
are used for UI purposes when importing and administering deployed RESTApp in the Sitevision editor.
bundled is required to build RESTApps 2.
name and description can be either a string or an object. For multilingual apps see the second example.
When writing multilingual apps an English translation is required.