30657/app-shell/src/_schema.json
2025-04-12 00:36:00 +00:00

5 lines
20 KiB
JSON

{
"Initial version": "{\"entities\":[{\"@name\":\"users\",\"@show_field\":\"firstName\",\"fields\":[{\"@type\":\"string\",\"@name\":\"firstName\",\"@title\":\"First Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"FirstName\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"lastName\",\"@title\":\"Last Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"LastName\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"phoneNumber\",\"@title\":\"Phone Number\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"PhoneNumber\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"email\",\"@title\":\"E-Mail\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":true,\"@multiline\":false,\"@name_cap\":\"Email\",\"@ref_cap\":null},{\"@type\":\"boolean\",\"@name\":\"disabled\",\"@title\":\"Disabled\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@name_cap\":\"Disabled\",\"@ref_cap\":null},{\"@type\":\"images\",\"@name\":\"avatar\",\"@title\":\"Avatar\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@name_cap\":\"Avatar\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"password\",\"@title\":\"Password\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"Password\",\"@ref_cap\":null},{\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@type\":\"boolean\",\"@name\":\"emailVerified\",\"@title\":\"Email Verified\",\"@name_cap\":\"EmailVerified\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"emailVerificationToken\",\"@title\":\"Email Verification Token\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"EmailVerificationToken\",\"@ref_cap\":null},{\"@type\":\"datetime\",\"@name\":\"emailVerificationTokenExpiresAt\",\"@title\":\"Email Verification Token Expires At\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@name_cap\":\"EmailVerificationTokenExpiresAt\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"passwordResetToken\",\"@title\":\"Password Reset Token\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"PasswordResetToken\",\"@ref_cap\":null},{\"@type\":\"datetime\",\"@name\":\"passwordResetTokenExpiresAt\",\"@title\":\"Password Reset Token Expires At\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@name_cap\":\"PasswordResetTokenExpiresAt\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"provider\",\"@title\":\"Provider\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false,\"@name_cap\":\"Provider\",\"@ref_cap\":null},{\"@name\":\"app_role\",\"@type\":\"relation_one\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"App Role\",\"@unique\":false,\"@ref\":\"roles\",\"@name_cap\":\"App_role\",\"@ref_cap\":\"Roles\"},{\"@name\":\"custom_permissions\",\"@type\":\"relation_many\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Custom Permissions\",\"@unique\":false,\"@ref\":\"permissions\",\"@name_cap\":\"Custom_permissions\",\"@ref_cap\":\"Permissions\"}],\"@name_cap\":\"Users\"},{\"@name\":\"analytics\",\"@show_field\":\"courses\",\"display_type\":{\"@name\":\"card\"},\"@icon\":\"mdiChartLine\",\"fields\":[{\"@type\":\"relation_many\",\"@name\":\"courses\",\"@title\":\"Courses\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Courses\",\"@ref_cap\":\"Courses\"},{\"@type\":\"relation_many\",\"@name\":\"students\",\"@title\":\"Students\",\"@ref\":\"students\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Students\",\"@ref_cap\":\"Students\"},{\"@type\":\"relation_many\",\"@name\":\"instructors\",\"@title\":\"Instructors\",\"@ref\":\"instructors\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Instructors\",\"@ref_cap\":\"Instructors\"}],\"@name_cap\":\"Analytics\"},{\"@name\":\"courses\",\"@show_field\":\"title\",\"display_type\":{\"@name\":\"table\"},\"@icon\":\"mdiBookOpenPageVariant\",\"fields\":[{\"@type\":\"string\",\"@name\":\"title\",\"@title\":\"Title\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Title\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"description\",\"@title\":\"Description\",\"@multiline\":true,\"@wysiwygEditor\":true,\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Description\",\"@ref_cap\":null},{\"@type\":\"relation_many\",\"@name\":\"instructors\",\"@title\":\"Instructors\",\"@ref\":\"users\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Instructors\",\"@ref_cap\":\"Users\"},{\"@type\":\"relation_many\",\"@name\":\"students\",\"@title\":\"Students\",\"@ref\":\"users\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Students\",\"@ref_cap\":\"Users\"},{\"@type\":\"relation_many\",\"@name\":\"discussion_boards\",\"@title\":\"DiscussionBoards\",\"@ref\":\"discussion_boards\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Discussion_boards\",\"@ref_cap\":\"Discussion_boards\"}],\"@name_cap\":\"Courses\"},{\"@name\":\"discussion_boards\",\"@show_field\":\"topic\",\"display_type\":{\"@name\":\"list\"},\"@icon\":\"mdiForumOutline\",\"fields\":[{\"@type\":\"string\",\"@name\":\"topic\",\"@title\":\"Topic\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Topic\",\"@ref_cap\":null},{\"@type\":\"relation_one\",\"@name\":\"course\",\"@title\":\"Course\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Course\",\"@ref_cap\":\"Courses\"}],\"@name_cap\":\"Discussion_boards\"},{\"@name\":\"enrollments\",\"@show_field\":\"payment_status\",\"display_type\":{\"@name\":\"table\"},\"@icon\":\"mdiClipboardCheckOutline\",\"fields\":[{\"@type\":\"relation_one\",\"@name\":\"student\",\"@title\":\"Student\",\"@ref\":\"students\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Student\",\"@ref_cap\":\"Students\"},{\"@type\":\"relation_one\",\"@name\":\"course\",\"@title\":\"Course\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Course\",\"@ref_cap\":\"Courses\"},{\"@type\":\"enum\",\"@name\":\"payment_status\",\"@title\":\"PaymentStatus\",\"options\":[\"paid\",\"pending\",\"overdue\"],\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Payment_status\",\"@ref_cap\":null}],\"@name_cap\":\"Enrollments\"},{\"@name\":\"instructors\",\"@show_field\":\"name\",\"display_type\":{\"@name\":\"list\"},\"@icon\":\"mdiAccountTie\",\"fields\":[{\"@type\":\"string\",\"@name\":\"name\",\"@title\":\"Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Name\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"email\",\"@title\":\"Email\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Email\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"qualifications\",\"@title\":\"Qualifications\",\"@multiline\":true,\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Qualifications\",\"@ref_cap\":null},{\"@type\":\"relation_many\",\"@name\":\"courses\",\"@title\":\"Courses\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Courses\",\"@ref_cap\":\"Courses\"}],\"@name_cap\":\"Instructors\"},{\"@name\":\"students\",\"@show_field\":\"name\",\"display_type\":{\"@name\":\"list\"},\"@icon\":\"mdiSchool\",\"fields\":[{\"@type\":\"string\",\"@name\":\"name\",\"@title\":\"Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Name\",\"@ref_cap\":null},{\"@type\":\"string\",\"@name\":\"email\",\"@title\":\"Email\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Email\",\"@ref_cap\":null},{\"@type\":\"relation_many\",\"@name\":\"enrollments\",\"@title\":\"Enrollments\",\"@ref\":\"enrollments\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false,\"@name_cap\":\"Enrollments\",\"@ref_cap\":\"Enrollments\"}],\"@name_cap\":\"Students\"},{\"@name\":\"roles\",\"@publicEntity\":false,\"@show_field\":\"name\",\"@editable\":false,\"fields\":[{\"@name\":\"name\",\"@type\":\"string\",\"@multiline\":false,\"@wysiwygEditor\":false,\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Name\",\"@unique\":false,\"@name_cap\":\"Name\",\"@ref_cap\":null},{\"@name\":\"role_customization\",\"@type\":\"string\",\"@multiline\":false,\"@wysiwygEditor\":false,\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@title\":\"Role Customization\",\"@unique\":false,\"@name_cap\":\"Role_customization\",\"@ref_cap\":null},{\"@name\":\"permissions\",\"@type\":\"relation_many\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Permissions\",\"@unique\":false,\"@ref\":\"permissions\",\"@name_cap\":\"Permissions\",\"@ref_cap\":\"Permissions\"}],\"@name_cap\":\"Roles\"},{\"@name\":\"permissions\",\"@publicEntity\":false,\"@show_field\":\"name\",\"@editable\":false,\"fields\":[{\"@name\":\"name\",\"@type\":\"string\",\"@multiline\":false,\"@wysiwygEditor\":false,\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Name\",\"@unique\":false,\"@name_cap\":\"Name\",\"@ref_cap\":null}],\"@name_cap\":\"Permissions\"}],\"migrations\":[{\"time\":1744283645026,\"changes\":[{\"@type\":\"table:create\",\"payload\":{\"@table\":\"users\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"analytics\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"courses\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"discussion_boards\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"enrollments\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"instructors\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"students\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"roles\"}},{\"@type\":\"table:create\",\"payload\":{\"@table\":\"permissions\"}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"firstName\",\"@title\":\"First Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"lastName\",\"@title\":\"Last Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"phoneNumber\",\"@title\":\"Phone Number\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"email\",\"@title\":\"E-Mail\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":true,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"boolean\",\"@name\":\"disabled\",\"@title\":\"Disabled\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"images\",\"@name\":\"avatar\",\"@title\":\"Avatar\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"password\",\"@title\":\"Password\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@type\":\"boolean\",\"@name\":\"emailVerified\",\"@title\":\"Email Verified\"}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"emailVerificationToken\",\"@title\":\"Email Verification Token\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"datetime\",\"@name\":\"emailVerificationTokenExpiresAt\",\"@title\":\"Email Verification Token Expires At\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"passwordResetToken\",\"@title\":\"Password Reset Token\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"datetime\",\"@name\":\"passwordResetTokenExpiresAt\",\"@title\":\"Password Reset Token Expires At\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@type\":\"string\",\"@name\":\"provider\",\"@title\":\"Provider\",\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@unique\":false,\"@multiline\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"analytics\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"courses\",\"@title\":\"Courses\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"analytics\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"students\",\"@title\":\"Students\",\"@ref\":\"students\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"analytics\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"instructors\",\"@title\":\"Instructors\",\"@ref\":\"instructors\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"courses\",\"field\":{\"@type\":\"string\",\"@name\":\"title\",\"@title\":\"Title\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"courses\",\"field\":{\"@type\":\"string\",\"@name\":\"description\",\"@title\":\"Description\",\"@multiline\":true,\"@wysiwygEditor\":true,\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"courses\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"instructors\",\"@title\":\"Instructors\",\"@ref\":\"users\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"courses\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"students\",\"@title\":\"Students\",\"@ref\":\"users\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"courses\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"discussion_boards\",\"@title\":\"DiscussionBoards\",\"@ref\":\"discussion_boards\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"discussion_boards\",\"field\":{\"@type\":\"string\",\"@name\":\"topic\",\"@title\":\"Topic\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"discussion_boards\",\"field\":{\"@type\":\"relation_one\",\"@name\":\"course\",\"@title\":\"Course\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"enrollments\",\"field\":{\"@type\":\"relation_one\",\"@name\":\"student\",\"@title\":\"Student\",\"@ref\":\"students\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"enrollments\",\"field\":{\"@type\":\"relation_one\",\"@name\":\"course\",\"@title\":\"Course\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"enrollments\",\"field\":{\"@type\":\"enum\",\"@name\":\"payment_status\",\"@title\":\"PaymentStatus\",\"options\":[\"paid\",\"pending\",\"overdue\"],\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"instructors\",\"field\":{\"@type\":\"string\",\"@name\":\"name\",\"@title\":\"Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"instructors\",\"field\":{\"@type\":\"string\",\"@name\":\"email\",\"@title\":\"Email\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"instructors\",\"field\":{\"@type\":\"string\",\"@name\":\"qualifications\",\"@title\":\"Qualifications\",\"@multiline\":true,\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"instructors\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"courses\",\"@title\":\"Courses\",\"@ref\":\"courses\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"students\",\"field\":{\"@type\":\"string\",\"@name\":\"name\",\"@title\":\"Name\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"students\",\"field\":{\"@type\":\"string\",\"@name\":\"email\",\"@title\":\"Email\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"students\",\"field\":{\"@type\":\"relation_many\",\"@name\":\"enrollments\",\"@title\":\"Enrollments\",\"@ref\":\"enrollments\",\"@show_in_form\":true,\"@show_in_table\":true,\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"permissions\",\"field\":{\"@name\":\"name\",\"@type\":\"string\",\"@multiline\":false,\"@wysiwygEditor\":false,\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Name\",\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"roles\",\"field\":{\"@name\":\"name\",\"@type\":\"string\",\"@multiline\":false,\"@wysiwygEditor\":false,\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Name\",\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"roles\",\"field\":{\"@name\":\"role_customization\",\"@type\":\"string\",\"@multiline\":false,\"@wysiwygEditor\":false,\"@show_in_form\":false,\"@show_in_table\":false,\"@editable\":false,\"@title\":\"Role Customization\",\"@unique\":false}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"roles\",\"field\":{\"@name\":\"permissions\",\"@type\":\"relation_many\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Permissions\",\"@unique\":false,\"@ref\":\"permissions\"}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@name\":\"app_role\",\"@type\":\"relation_one\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"App Role\",\"@unique\":false,\"@ref\":\"roles\"}}},{\"@type\":\"field:create\",\"payload\":{\"@table\":\"users\",\"field\":{\"@name\":\"custom_permissions\",\"@type\":\"relation_many\",\"@show_in_form\":true,\"@show_in_table\":true,\"@editable\":false,\"@title\":\"Custom Permissions\",\"@unique\":false,\"@ref\":\"permissions\"}}}]}]}"
}