{
    "type": "service",
    "body": [{
        "type": "steedos-object-form",
        "label": "Object Webhook",
        "objectApiName": "object_webhooks",
        "recordId": "${recordId}",
        "mode": "edit",
        "layout": "horizontal",
    
        "fieldsExtend": {
            "condition": {
                "amis": {
                    "type": "service",
                    "schemaApi": {
                        "method": "get",
                        "url": "/service/api/amis-metadata-objects/objects/${object_name}/fields/options",
                        "cache": 30000,
                        "adaptor": "const field = context.uiSchema.fields.condition; const variables = SteedosUI.getFormulaVariables(payload.data.options);\n var fieldSchema={label: field.label, type:'input-formula', name: 'condition', 'evalMode': false, variableMode: 'tabs', variables: variables, labelRemark: field.inlineHelpText, description: field.description } \n return {...payload, data:fieldSchema};",
                        "trackExpression": "${object_name}",
                        "sendOn": "${object_name}"
                    }
                  }
            },
            "execute_when":{
                "amis": {
                    "type": "radios",
                    "inline": false
                }
            },
            "event": {
                "amis":{
                    "type": "radios",
                    "inline": false
                }
            }
        },
        "form": {
            "id": "steedos_object_webhooks_form"
        },
        "id": "u:e17c57cce896",
        "tabsMode": "line"
    }],
    "data": {
        "context": {},
        "visibleOnVariables": "",
        "defaultValueVariables": ""
    },
    "name": "object_webhooks_form",
    "id": "steedos_object_webhooks_service"
}