{
  "protocol_version": "1.2.0-draft.1",
  "policy_id": "https://odexa.org/odexa.json",
  "revision": 1,
  "origin": "https://odexa.org",
  "issued_at": "2026-09-17T00:00:00Z",
  "expires_at": "2027-09-17T00:00:00Z",
  "default": "no_grant",
  "resources": [
    {
      "id": "public-pages",
      "selectors": [
        {
          "type": "exact",
          "path": "/",
          "query": "absent"
        },
        {
          "type": "exact",
          "path": "/protocol/",
          "query": "absent"
        },
        {
          "type": "exact",
          "path": "/research/",
          "query": "absent"
        },
        {
          "type": "exact",
          "path": "/council/",
          "query": "absent"
        },
        {
          "type": "exact",
          "path": "/privacy/",
          "query": "absent"
        },
        {
          "type": "exact",
          "path": "/contact/",
          "query": "absent"
        }
      ]
    }
  ],
  "rules": [
    {
      "id": "public-discovery",
      "resource_ids": [
        "public-pages"
      ],
      "actions": [
        "retrieve"
      ],
      "purposes": [
        "search_indexing",
        "public_retrieval"
      ],
      "effect": "permit",
      "obligations": [
        {
          "type": "attribution",
          "name": "Odexa Foundation",
          "url": "https://odexa.org/"
        }
      ]
    }
  ]
}