Consumer_Form

struct

Dynamic form configuration entity

Property Type Description
kind String Uniquely identifies the object schema type
id Integer Unique identifier for the form
name String Name of the form
action String Target action path or route triggered on form submission
method String HTTP method used to submit the form (e.g., POST)
jsonSchema Any JSON Schema validating form structure and data inputs
uiSchema Any UI schema defining control layout and widget presentation options
metadata Common_Metadata Custom metadata key-value mapping
part of the Apioo-Project