Skip to content

Add order and grouping to response entity type #47

@loickho

Description

@loickho

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
          },
      ]
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Functionality For FrontendA functionality enhancement that is needed by the frontend

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions