ルート・スキーマ : スキーマ
タイプ: object
ソースを表示
{
"type":"object",
"properties":{
"SystemActionFlag":{
"title":"System Action",
"maxLength":1,
"type":"boolean",
"description":"Boolean value indicating if the action is seeded or custom.",
"nullable":true,
"default":false
},
"UserActionNavId":{
"title":"Primary Key",
"type":"integer",
"description":"Primary key for the user action navigation.",
"format":"int64",
"nullable":false,
"x-hints":{
"precision":18
}
},
"UserActionNavType":{
"title":"Navigation Type",
"maxLength":100,
"type":"string",
"description":"Provision for having multiple navigation flows for a given usage.",
"nullable":false
},
"UserActionNavBody":{
"title":"Navigation Metadata",
"maxLength":1000,
"type":"string",
"description":"Metadata of the navigation as needed for the specific usage.",
"nullable":true
},
"UserActionNavAppUsage":{
"title":"Application Usage",
"maxLength":50,
"type":"string",
"description":"Application usage.",
"nullable":false
}
}
}