{
	"login": {
		"fields": [{
				"id": 1000,
				"type": "text",
				"name": "email",
				"placeholder": "Enter Email",
				"label":"Email Address",
				"required": true
			},
			{
				"id": 1045,
				"type": "password",
				"name": "password",
				"hints": "insert hints here",
				"placeholder": "Enter Password",
				"label":"Password",
				"required": true,
				"minLength": 6,
				"maxLength": 10
			}
		],
		"buttons": [{
			"label": "Submit",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Reset",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"submit":"post_login",
		"nextUrl":"/prefences/home",
		"post": "https://our.appup.com/login"
	},

	"home": {
		"items": [{
				"id": "a",
				"title": "Setting",
				"active": true,
				"content": {
					"preload": "pre_setting",
					"submit": "post_setting",
					"position": "bottom",
					"direction": "center",
					"formFields": [{
							"id": "user_id",
							"type": "hidden",
							"name": "ID",
							"required": true,
							"disabled": true
						}, {
							"id": "firstname",
							"type": "text",
							"name": "FIRST_NAME",
							"label": "First Name",
							"required": true
						}, {
							"id": "lastname",
							"type": "text",
							"name": "LAST_NAME",
							"label": "Last Name",
							"required": true
						}, {
							"id": "email",
							"type": "email",
							"name": "EMAIL",
							"label": "Email",
							"required": true
						}

					],
					"buttons": [{
						"label": "Submit",
						"variant": "primary",
						"type": "submit",
						"function": "onSubmit"
					}, {
						"label": "Reset",
						"variant": "danger",
						"type": "reset",
						"function": "onReset"
					}]

				}

			},
			{
				"id": "change_password",
				"title": "change password",
				"active": true,
				"content": {
					"preload": "pre_password",
					"submit": "post_password",
					"position": "bottom",
					"direction": "center",
					"formFields": [{
							"id": "user_id",
							"type": "hidden",
							"name": "ID",
							"required": true,
							"disabled": true
						}, {
							"id": "password",
							"type": "password",
							"name": "PASSWORD",
							"label": "Password",
							"placeholder": "Enter New Password",
							"required": true
						}

					],
					"buttons": [{
						"label": "Change Password",
						"variant": "primary",
						"type": "submit",
						"function": "onSubmit"
					}, {
						"label": "Reset",
						"variant": "danger",
						"type": "reset",
						"function": "onReset"
					}]

				},
				"submit":"post_password"
			}
		]
	},

	"verifyEmail": {
		"fields": [{
			"id": 1001,
			"type": "text",
			"name": "email",
			"placeholder": "Enter Email",
			"required": true
		}],
		"buttons": [{
			"label": "Continue",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}]
	},
	"signUp": {
		"fields": [{
				"id": 1001,
				"type": "text",
				"name": "email",
				"placeholder": "Enter Email",
				"required": true
			},
			{
				"id": 1000,
				"type": "text",
				"name": "first_name",
				"placeholder": "Enter FirstName",
				"required": true
			},
			{
				"id": 1054,
				"type": "text",
				"name": "last_name",
				"placeholder": "Enter LastName",
				"required": true
			},
			{
				"id": 1045,
				"type": "password",
				"name": "password",
				"hints": "insert hints here",
				"placeholder": "Enter Password",
				"required": true,
				"minLength": 6,
				"maxLength": 10
			}
		],
		"buttons": [{
			"label": "Continue",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}],
		"nextUrl":"/verifyCode",
		"submit":"post_signup",
		"post": "https://our.appup.com/register"
	},
	"verifyCode": {
		"fields": [{
			"id": 110,
			"type": "text",
			"name": "code",
			"placeholder": "Enter Verification code",
			"required": true
		}],
		"buttons": [{
			"label": "Submit",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}],
		"submit":"post_verifycode",
		"post": "https://our.appup.com/verify-code"
	},
	"forgotPassword": {
		"fields": [{
			"id": 1001,
			"type": "text",
			"name": "email",
			"placeholder": "Enter Email",
			"required": true
		}],
		"buttons": [{
			"label": "Submit",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}],
		"nextUrl":"/login",
		"submit":"post",
		"post": "https://our.appup.com/forgot-password"
	},
	"dashboard": {
		"get": "https://our.appup.com/app/_db/DASHBOARD",
		"put": "https://our.appup.com/app/_db/DASHBOARD",
		"post": "https://our.appup.com/app/_db/DASHBOARD",
		"grid": {
			"description":"DESCRIPTION",
			"reference":"CREATE_DATE",
			"image":"LOGO_URL",
			"buttonLabel": "Add App",
			"navigateTo":"/create-dashboard",
			"sortKey":"CLOUD_TYPE",
			"edit_detail": {
				"key": "ID",
				"route": "/edit/dashboard"
			}
		}
	},
	"workflow": {
		"fields": [{
				"id": "user_id",
				"type": "hidden",
				"name": "ID",
				"required": true,
				"disabled": true
			},
			{
				"id": 1000,
				"type": "text",
				"name": "NAME",
				"label": "What should you call this workflow?",
				"placeholder": "Enter Name",
				"required": true
			},
			{
				"id": 1010,
				"type": "html",
				"name": "UI_STEPS_JSON",
				"label": "Steps",
				"url": "http://localhost:7071/designer.html",
				"placeholder": "Enter Email",
				"required": true
			},
			{
				"id": 30,
				"type": "dropdown",
				"name": "CATEGORY_ID",
				"label": "Assign to a Category",
				"url": "https://our.appup.com/app/_db/CATEGORIES?fields=ID,NAME",
				"required": true
			}
		],
		"buttons": [{
			"label": "Submit",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Reset",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/WORKFLOW",
		"put": "https://our.appup.com/app/_db/WORKFLOW",
		"post": "https://our.appup.com/app/_db/WORKFLOW",
		"grid": {
			"description":"NAME",
			"reference":"CREATE_DATE",
			"image":"Image_key",
			"navigateTo":"/createWorkflow",
			"buttonLabel": "create Workflow",
			"sortKey":"CATEGORY_ID",
			"edit_detail": {
				"key": "ID",
				"route": "/e/workflow"
			}
		}
	},
	"createWorkflow": {
		"fields": [
			{
				"id": 1000,
				"type": "text",
				"name": "NAME",
				"label": "What should you call this workflow?",
				"placeholder": "Enter Name",
				"required": true
			},
			{
				"id": 1010,
				"type": "html",
				"name": "UI_STEPS_JSON",
				"label": "Steps",
				"url": "http://localhost:7071/designer.html",
				"placeholder": "Enter Steps",
				"required": true
			},
			{
				"id": 30,
				"type": "dropdown",
				"name": "CATEGORY_ID",
				"label": "Assign to a Category",
				"url": "https://our.appup.com/app/_db/CATEGORIES?fields=ID,NAME",
				"required": true
			}
		],
		"buttons": [{
			"label": "Create Workflow",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Cancel",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"nextUrl":"/list/workflow",
		"submit":"post",
		"post": "https://our.appup.com/app/_db/WORKFLOW"
	},
	"settings": {
		"fields": [{
			"id": "user_id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "firstname",
			"type": "text",
			"name": "FIRST_NAME",
			"label": "First Name",
			"required": true
		}, {
			"id": "lastname",
			"type": "text",
			"name": "LAST_NAME",
			"label": "Last Name",
			"required": true
		}, {
			"id": "email",
			"type": "email",
			"name": "EMAIL",
			"label": "Email",
			"required": true
		}, {
			"id": "url",
			"type": "text",
			"name": "FULL_PHOTO_URL",
			"label": "Url",
			"required": true
		}],
		"buttons": [{
			"label": "Submit",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Reset",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"submit":"post_setting",
		"get": "https://our.appup.com/user/_db/DEVELOPER_PROFILE",
		"put": "https://our.appup.com/user/_db/DEVELOPER_PROFILE"
	},
	"password": {
		"fields": [{
			"id": "user_id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "password",
			"type": "text",
			"name": "PASSWORD",
			"label": "Password",
			"required": true
		}, {
			"id": "cnfrm_password",
			"type": "text",
			"name": "PASSWORD",
			"label": "Confirm Password",
			"required": true
		}],
		"buttons": [{
			"label": "Submit",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Reset",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		
		"get": "https://our.appup.com/user/_db/DEVELOPER_PROFILE/{{profileId}}",
		"put": "https://our.appup.com/user/_db/DEVELOPER_PROFILE"
	},
	"triggers_rest": {
		"fields": [{
			"id": "trigger_rest_id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "trigger_name",
			"type": "text",
			"name": "TRIGGER_NAME",
			"label": "Name",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "CATEGORY_ID",
			"label": "Assign to a Category",
			"url": "https://our.appup.com/app/_db/CATEGORIES?fields=ID,NAME",
			"required": true
		}, {
			"id": 50,
			"type": "dropdown",
			"name": "REST_METHOD",
			"label": "Method",
			"option": [{
				"value": null,
				"label": "Please select an option"
			}, {
				"value": "GET",
				"label": "GET"
			}, {
				"value": "POST",
				"label": "POST"
			}, {
				"value": "PUT",
				"label": "PUT"
			}],
			"required": true
		}, {
			"id": "EXPRESSION",
			"type": "text",
			"name": "EXPRESSION",
			"label": "EXPRESSION",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "CATEGORY_ID",
			"label": "What to Execute",
			"url": "https://our.appup.com/app/_db/WORKFLOW",
			"required": true
		}],
		"buttons": [{
			"label": "Create Trigger",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Reset",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/TRIGGER",
		"put": "https://our.appup.com/app/_db/TRIGGER",
		"post": "https://our.appup.com/app/_db/TRIGGER"
	},
	"triggers_event": {
		"fields": [{
			"id": "trigger_event_id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "trigger_name",
			"type": "text",
			"name": "TRIGGER_NAME",
			"label": "Name",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "EVENT_PLUGIN_ID",
			"label": "Plugins",
			"url": "https://our.appup.com/app/_db/PLUGINS",
			"required": true
		}, {
			"id": "event_subject",
			"type": "text",
			"name": "EVENT_SUBJECT",
			"label": "Name",
			"required": true
		}, {
			"id": 50,
			"type": "dropdown",
			"name": "REST_METHOD",
			"label": "Method",
			"option": [{
				"value": null,
				"label": "Please select an option"
			}, {
				"value": "GET",
				"label": "GET"
			}, {
				"value": "POST",
				"label": "POST"
			}, {
				"value": "PUT",
				"label": "PUT"
			}],
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "CATEGORY_ID",
			"label": "What to Execute",
			"url": "https://our.appup.com/app/_db/WORKFLOW",
			"required": true
		}],
		"buttons": [{
			"label": "Create Trigger",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Reset",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/TRIGGER",
		"put": "https://our.appup.com/app/_db/TRIGGER",
		"post": "https://our.appup.com/app/_db/TRIGGER"
	},
	"triggers_cron": {
		"fields": [{
			"id": "trigger_cron_id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "trigger_name",
			"type": "text",
			"name": "TRIGGER_NAME",
			"label": "Name",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "CATEGORY_ID",
			"label": "Assign to a Category",
			"url": "https://our.appup.com/app/_db/CATEGORIES?fields=ID,NAME",
			"required": true
		}, {
			"id": "EXPRESSION",
			"type": "text",
			"name": "EXPRESSION",
			"label": "EXPRESSION",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "WORKFLOW_ID",
			"label": "What to Execute",
			"url": "https://our.appup.com/app/_db/WORKFLOW",
			"required": true
		}],
		"buttons": [{
			"label": "Create Trigger",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Cancel",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/TRIGGER/{{ID}}",
		"put": "https://our.appup.com/app/_db/TRIGGER",
		"post": "https://our.appup.com/app/_db/TRIGGER"
	},
	"plugins": {
		"fields": [{
			"id": "id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "plugin_name",
			"type": "text",
			"name": "PLUGIN_NAME",
			"label": "Name",
			"required": true
		}, {
			"id": "plugin_name",
			"type": "textarea",
			"name": "PLUGIN_DESCRIPTION",
			"label": "Name",
			"required": true
		}],
		"buttons": [{
			"label": "Create Plugins",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Cancel",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/PLUGINS/{{ID}}",
		"put": "https://our.appup.com/app/_db/PLUGINS",
		"post": "https://our.appup.com/app/_db/PLUGINS"
	},
	"plugins_code": {
		"fields": [{
			"id": "id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "plugin_name",
			"type": "text",
			"name": "NAME",
			"label": "Plugin Name",
			"required": true
		}, {
			"id": 50,
			"type": "dropdown",
			"name": "TYPE",
			"label": "Code Type",
			"option": [{
				"value": null,
				"label": "Please select an option"
			}, {
				"value": "JAVA",
				"label": "java"
			}, {
				"value": "JAVA SCRIPT",
				"label": "js"
			}, {
				"value": "GROOVY",
				"label": "groovy"
			}],
			"required": true
		}, {
			"id": "322",
			"type": "file",
			"name": "UPLOADED_LOCATION",
			"label": "Upload File",
			"required": true
		}],
		"buttons": [{
			"label": "SAVE",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Cancel",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/CODE",
		"put": "https://our.appup.com/app/_db/CODE",
		"post": "https://our.appup.com/app/_db/CODE"
	},
	"block": {
		"fields": [{
			"id": "id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "name",
			"type": "text",
			"name": "NAME",
			"label": "How do you name your block?",
			"required": true
		}, {
			"id": "template",
			"type": "textarea",
			"name": "TEMPLATE",
			"label": "Write your template",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "CATEGORY_ID",
			"label": "Assign to a Category",
			"url": "https://our.appup.com/app/_db/CATEGORIES",
			"required": true
		}],
		"buttons": [{
			"label": "Create block",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Cancel",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/BLOCKS",
		"put": "https://our.appup.com/app/_db/BLOCKS",
		"post": "https://our.appup.com/app/_db/BLOCKS"
	},
	"pages": {
		"fields": [{
			"id": "id",
			"type": "hidden",
			"name": "ID",
			"required": true,
			"disabled": true
		}, {
			"id": "name",
			"type": "text",
			"name": "NAME",
			"label": "How do you name your Page?",
			"required": true
		}, {
			"id": "name",
			"type": "text",
			"name": "URL",
			"label": "Page Url",
			"required": true
		}, {
			"id": "template",
			"type": "textarea",
			"name": "TEMPLATE",
			"label": "Write your template",
			"required": true
		}, {
			"id": 30,
			"type": "dropdown",
			"name": "CATEGORY_ID",
			"label": "Assign to a Category",
			"url": "https://our.appup.com/app/_db/CATEGORIES",
			"required": true
		}],
		"buttons": [{
			"label": "Create page",
			"variant": "primary",
			"type": "submit",
			"function": "onSubmit"
		}, {
			"label": "Cancel",
			"variant": "danger",
			"type": "reset",
			"function": "onReset"
		}],
		"get": "https://our.appup.com/app/_db/PAGES",
		"put": "https://our.appup.com/app/_db/PAGES",
		"post": "https://our.appup.com/app/_db/PAGES"
	}
}