Crego APIs
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
  1. Node Config
  • Reports
  • Auth
    • Get Token
      POST
    • Refresh Token
      POST
    • Ping
      GET
  • LMS
  • Omni
  • LOS
  • CRM
  • Flow
  • Sample Flow
  • Schemas
    • Lend
      • Loan
      • Demand
      • Demand Component
      • Settlement
      • Payout
      • Payment
      • Restructure
      • Tranche
      • Tranche Group
    • Core
      • Setting
      • Branch
      • Props
      • AuditLog
      • Namespace
    • Contact
      • Contact
      • Bank
      • Address
      • Relation
    • Flow
      • Base
        • Schema Definition
        • Schedule
        • Field Mapping
      • Node Config
        • Code Snippet
        • Web Form
        • API Request
        • Flow Connector
        • Checklist
        • CSV Import
        • Task
        • Web Page
      • Plugins
        • Signing
          • Leegality
            • LeegalityInitiateSigning
            • LeegalityRefreshSigning
          • Signzy
            • SignzyInitiateSigning
            • SignzyRefreshSigning
        • Mandate
          • Signzy
            • SignzyInitiateMandate
            • SignzyRefreshMandate
          • Digio
            • DigioInitiateMandate
            • DigioRefreshMandate
          • Transbank
            • TransbankInitiateMandate
            • TransbankRefreshMandate
        • Bureau
          • Transbank Experian Smart Match
          • Surepass
          • Transbank Cibil
        • Statement
          • Transbank
            • TransbankFetchInstitutionId
            • TransbankStartUpload
            • TransbankUpload
            • TransbankCompleteUpload
            • TransbankStatusCheck
        • ITR
          • SignzyITRPull
        • GST
          • SignzyCreateRequest
          • SignzySubmitOTP
          • SignzyFetchReport
        • Financial
        • OCR
        • SignzyPANToGST
      • Workflow
        • Flow
        • Design
        • Runner
        • Base Node
        • Preset
        • Secret
        • VisitedNode
        • Template
    • Product
      • Limit
      • Account
      • Product
      • Config
      • Program
      • Program Partner
    • COA
      • COA
      • Entry
      • Transaction
      • Financial Period
      • Txn Mapping
    • Base
      • List Response
      • BaseModel
      • Delete Response
    • Docs
      • Storage
      • Document
      • Category
      • File
    • Archive
      • CRM
        • ITR
          • ITR1
          • CreationInfo
          • BankStatement
        • Person
        • Root
        • Business
        • Bank
        • Address
        • Document
        • State
        • Financial
    • Schemas
      • Error
      • Task
      • BulkOpsResponse
      • DemandComponent
      • TaskUpdate
      • BulkOpsDetailResponse
      • Demand
      • PeriodicTask
      • ErrorResponse
      • ScheduleConfigRequest
      • PeriodicTaskCreate
      • ScheduleRestructureRequest
      • PeriodicTaskUpdate
      • ComponentValidationRequest
      • IntervalSchedule
      • ImportRequest
      • IntervalScheduleCreate
      • ComponentTypesResponse
      • CrontabSchedule
      • ScheduleSummaryResponse
      • CrontabScheduleCreate
      • UserMini
    • Response
      • BadRequest
      • Unauthorized
      • Forbidden
      • NotFound
      • InternalServerError
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
APIs Doc
Home Page
Web Apps
Web Apps
  • Jupiter
  • Venus
  1. Node Config

web_form(Web Form)

{
    "schema": {
        "title": "Product Schema",
        "description": "Schema for defining product details.",
        "type": "object",
        "properties": {
            "name": {
                "type": "string",
                "description": "User's full name"
            },
            "age": {
                "type": "integer",
                "description": "User's age in years"
            }
        },
        "required": [
            "name",
            "age"
        ],
        "enum": [
            "value1",
            "value2",
            "value3"
        ],
        "$schema": "http://json-schema.org/draft-07/schema#"
    },
    "layout": {
        "ui:widget": "string",
        "ui:classNames": "string",
        "ui:style": "string",
        "ui:autocomplete": "string",
        "ui:autofocus": "string",
        "ui:description": "string",
        "ui:disabled": "string",
        "ui:emptyValue": "string",
        "ui:enumDisabled": "string",
        "ui:enumNames": "string",
        "ui:filePreview": "string",
        "ui:help": "string",
        "ui:hideError": "string",
        "ui:inputType": "string",
        "ui:label": "string",
        "ui:order": "string",
        "ui:placeholder": "string",
        "ui:readonly": "string",
        "ui:rows": "string",
        "ui:title": "string",
        "ui:submitButtonOptions": "string",
        "ui:globalOptions": {
            "copyable": true
        },
        "ui:rootFieldId": "string",
        "ui:field": "string",
        "ui:fieldReplacesAnyOrOneOf": "string",
        "ui:options": "string"
    }
}
Built with