OlonJS
    • Schemas
      • Olon Menu Configuration
      • Olon Page Contract
      • Olon Site Configuration
      • Olon Tenant Manifest
      • design.schema

    page.schema(Olon Page Contract)

    {
        "id": "home-page",
        "meta": {
            "title": "OlonJS — the contract layer for the agentic web",
            "description": "OlonJS is the contract layer for the agentic web. A typed, deterministic JSON contract that AI agents and humans both understand."
        },
        "sections": [
            {
                "type": "hero",
                "data": {
                    "title": "OlonJS",
                    "subtitle": "The contract layer for the agentic web"
                },
                "id": "home-hero"
            },
            {
                "type": "feature-grid",
                "data": {
                    "items": []
                },
                "id": "home-features",
                "settings": {
                    "container": "boxed"
                }
            }
        ],
        "slug": "home"
    }
    Built with