Data model

Cassandra database used in Form service

Column NameData TypeDescriptionSample Data

id

string

Represents an API uniquely

api.form.create

type*

varchar

Represents the type of form being created

content, user, forum, app, program-dashboard, config

subtype*

varchar

Represents the sub-category of form being created

course, collection, textbook, resource, login

action*

varchar

Represents the user action on the form

ilter, create, get, save, review , search

component*

varchar

Represents the consumption platform for the form

portal, mobile

root_org

varchar

Represents the form accesabilty to all (*) or specific

*, 123213232332323

framework

varchar

Represents the form accesabilty to all (*) or specific

*, 121324324274724

created_on

timestamp

created time

2023-04-13T11:08:21.260Z

last_modified_on

timestamp

modified time

2023-04-13T12:35:52.143Z

Last updated