{
"type": "object",
"properties": {
"section": {
"type": "string",
"enum": [
"home",
"pricing",
"blog",
"docs",
"portal"
],
"description": "home = /, pricing = /pricing, blog = /blog, docs = https://docs.moss.dev, portal = https://portal.usemoss.dev"
}
},
"required": [
"section"
]
}{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"language": {
"type": "string",
"enum": [
"javascript",
"typescript",
"python"
]
}
},
"required": [
"language"
]
}