Identify instance. This is the parent level when saved into the database.
In this form, we outlined the instance in green.
const instance = {
name: string,
sections: section[]
}
const section = {
label: string,
required: boolean,
entities: entity[]
}
const entity = {
type: string,
label: string
}
Entity
Section
Instance
Type: STRING
Entity typeType: BOOLEAN
Entity typeType: FILE
Entity typeType: STRING
Entity typeType: BOOLEAN
Entity typeType: FILE
Entity type