{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"plan": {
"type": "string",
"enum": [
"solo",
"team",
"scale",
"business"
],
"description": "Optional plan to preselect."
}
}
}{
"type": "object",
"properties": {
"page": {
"type": "string",
"enum": [
"home",
"graph",
"pricing",
"signup",
"login",
"docs",
"backups",
"blog",
"about"
],
"description": "home: Homepage; graph: The memory graph — your agents’ source of truth; pricing: Pricing and plans; signup: Create an account / start a free trial; login: Sign in; docs: Documentation; backups: Agent workspace backups; blog: Blog; about: About Mitosis"
}
},
"required": [
"page"
]
}{
"type": "object",
"properties": {}
}