{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"$schema":{"type":"string","format":"uri"},"name":{"type":"string","minLength":1},"description":{"type":"string","minLength":1},"socialPreview":{"anyOf":[{"type":"string","minLength":1},{"type":"boolean","const":false}]},"agent":{"default":{"limits":{"ip":200,"repo":10000}},"type":"object","properties":{"key":{"type":"string","minLength":1},"placeholder":{"type":"string","minLength":1},"questions":{"type":"array","items":{"type":"string","minLength":1}},"limits":{"default":{"ip":200,"repo":10000},"type":"object","properties":{"ip":{"default":200,"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"repo":{"default":10000,"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991}},"required":["ip","repo"]}}},"mcp":{"default":{"enabled":true},"type":"object","properties":{"enabled":{"default":true,"type":"boolean"}}},"og":{"default":{"github":true},"type":"object","properties":{"logo":{"type":"string"},"github":{"default":true,"type":"boolean"}}},"favicon":{"anyOf":[{"type":"string","minLength":1},{"type":"object","properties":{"light":{"type":"string"},"dark":{"type":"string"}}}]},"banner":{"default":{},"type":"object","properties":{"message":{"type":"string"},"href":{"type":"string"},"backgroundColor":{"type":"string"},"foregroundColor":{"type":"string"}}},"logo":{"default":{},"type":"object","properties":{"light":{"type":"string"},"dark":{"type":"string"}}},"theme":{"default":{},"type":"object","properties":{"defaultTheme":{"anyOf":[{"type":"string","const":"light"},{"type":"string","const":"dark"}]},"preset":{"type":"string"},"primary":{"type":"string"},"primaryLight":{"type":"string"},"primaryDark":{"type":"string"},"backgroundLight":{"type":"string"},"backgroundDark":{"type":"string"}}},"header":{"default":{"showName":true,"showThemeToggle":true,"showGitHubCard":true,"links":[]},"type":"object","properties":{"showName":{"default":true,"type":"boolean"},"showThemeToggle":{"default":true,"type":"boolean"},"showGitHubCard":{"default":true,"type":"boolean"},"links":{"default":[],"type":"array","items":{"type":"object","properties":{"title":{"type":"string","minLength":1},"href":{"type":"string","minLength":1},"cta":{"default":false,"type":"boolean"},"locale":{"type":"string"}},"required":["title","href"]}}}},"anchors":{"default":[],"type":"array","items":{"type":"object","properties":{"icon":{"type":"string","minLength":1},"title":{"type":"string","minLength":1},"href":{"type":"string","minLength":1},"locale":{"type":"string"},"tab":{"type":"string"}},"required":["icon","title","href"]}},"social":{"default":{},"type":"object","properties":{"preview":{"type":"string"},"website":{"type":"string"},"x":{"type":"string"},"youtube":{"type":"string"},"facebook":{"type":"string"},"instagram":{"type":"string"},"linkedin":{"type":"string"},"github":{"type":"string"},"slack":{"type":"string"},"discord":{"type":"string"}}},"seo":{"default":{"noindex":false},"type":"object","properties":{"noindex":{"default":false,"type":"boolean"}},"required":["noindex"]},"variables":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"redirects":{"default":{},"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"string"}},"search":{"default":{},"type":"object","properties":{"docsearch":{"type":"object","properties":{"appId":{"default":"","type":"string"},"apiKey":{"default":"","type":"string"},"indexName":{"default":"","type":"string"}},"required":["appId","apiKey","indexName"]}}},"scripts":{"default":{},"type":"object","properties":{"googleTagManager":{"type":"string","minLength":1},"googleAnalytics":{"type":"string","minLength":1},"plausible":{"anyOf":[{"type":"string","minLength":1},{"type":"boolean"}]}}},"content":{"default":{"headerDepth":3,"zoomImages":false,"automaticallyInferNextPrevious":true,"showPageTitle":true,"showPageImage":true},"type":"object","properties":{"headerDepth":{"default":3,"type":"number"},"zoomImages":{"default":false,"type":"boolean"},"automaticallyInferNextPrevious":{"default":true,"type":"boolean"},"showPageTitle":{"default":true,"type":"boolean"},"showPageImage":{"default":true,"type":"boolean"}},"required":["headerDepth","zoomImages","automaticallyInferNextPrevious","showPageTitle","showPageImage"]},"tabs":{"default":[],"type":"array","items":{"type":"object","properties":{"id":{"type":"string","minLength":1},"title":{"type":"string","minLength":1},"href":{"type":"string","minLength":1},"locale":{"type":"string"}},"required":["id","title","href"]}},"sidebar":{"default":{},"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},{"type":"array","items":{"$ref":"#/$defs/__schema0"}}]}},"required":["agent","mcp","og","banner","logo","theme","header","anchors","social","seo","variables","redirects","search","scripts","content","tabs","sidebar"],"$defs":{"__schema0":{"type":"object","properties":{"group":{"type":"string"},"tab":{"anyOf":[{"type":"string"},{"type":"array","items":{"type":"string"}}]},"href":{"type":"string"},"icon":{"type":"string"},"pages":{"type":"array","items":{"anyOf":[{"type":"object","properties":{"title":{"type":"string","minLength":1},"href":{"type":"string","minLength":1},"icon":{"type":"string","minLength":1}},"required":["title","href"]},{"$ref":"#/$defs/__schema0"}]}}},"required":["pages"]}}}