[{"label":"Latest (v1)","version":"latest"}]
cloud-partner-navigator
FormServiceExtension
Defines the properties of the form service extension.
AllOf
This class requires all of the following:
ServiceExtension
InlineFormServiceExtension1
JSON Example
{
"description": "string",
"displayName": "string",
"formFields": [
{
"displayName": "string",
"enabled": false,
"hidden": false,
"mandatory": false,
"name": "string",
"options": [
{
"key": "string",
"value": "string"
}
],
"pattern": "string",
"patternDescription": "string",
"source": "string",
"toolTip": "string",
"type": "TEXT",
"value": "string"
}
]
}