dynamicsmobile
Version:
Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com
18 lines • 568 B
JSON
{
"definitions": {},
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://dynamicsmobile.com/schema/json/businessobject.json",
"type": "object",
"additionalProperties": false,
"title": "Dynamics Mobile User Interface Task Definition",
"required": [
"appCode","version","appType"
],
"properties": {
"appCode":{"type":"string"},
"version":{"type":"string"},
"defaultTask":{"type":"string"},
"title":{"type":"string"},
"appType":{"type":"string","enum":["m","b"]}
}
}