-
Notifications
You must be signed in to change notification settings - Fork 1
Add order and grouping to response entity type #47
Copy link
Copy link
Open
Labels
Functionality For FrontendA functionality enhancement that is needed by the frontendA functionality enhancement that is needed by the frontend
Description
Returns grouping and fields for given entity. Introduce order and children.
Example:
{
name: "personalData"
order: 100
isRepeatable: false
children: [
{
"name": "firstName",
"type": "string",
"required": true,
"linkage": true,
"minLength": 1,
"maxLength": 100,
"order": 0
},
]
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Functionality For FrontendA functionality enhancement that is needed by the frontendA functionality enhancement that is needed by the frontend