{
  "openapi": "3.1.0",
  "info": {
    "title": "BrierStudios Public API",
    "version": "3.0.0",
    "description": "Read-only static BrierStudios public contracts. Platform 14 remains stable while Living Intelligence 16 and Verified Project State Sync 16.1 add versioned read-only resources."
  },
  "servers": [
    {
      "url": "https://brierstudios.com/api/public/v3"
    }
  ],
  "paths": {
    "/site.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public site record"
          }
        }
      }
    },
    "/projects.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public project registry"
          }
        }
      }
    },
    "/graph.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public Graph 3"
          }
        }
      }
    },
    "/evidence.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Evidence Engine 5"
          }
        }
      }
    },
    "/releases.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Release Provenance 4"
          }
        }
      }
    },
    "/labs.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Bounded Labs"
          }
        }
      }
    },
    "/engineering.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Engineering Knowledge Base 2"
          }
        }
      }
    },
    "/intelligence.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Living Project Intelligence 16"
          }
        }
      }
    },
    "/worlds.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public prototype-world dossiers"
          }
        }
      }
    },
    "/changes.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public-safe recent change intelligence"
          }
        }
      }
    },
    "/search-index.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Certified Platform 14 Search 6 index"
          }
        }
      }
    },
    "/search-v7.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Additive browser-local Search 7 index contract"
          }
        }
      }
    },
    "/project-state.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Verified public project-state snapshot"
          }
        }
      }
    },
    "/freshness.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Derived project-state freshness ledger"
          }
        }
      }
    },
    "/contradictions.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Public-safe canonical contradiction ledger"
          }
        }
      }
    },
    "/weekly.json": {
      "get": {
        "responses": {
          "200": {
            "description": "Seven-day public studio change digest"
          }
        }
      }
    },
    "/attestations.json": {
      "get": {
        "summary": "Public release attestation index",
        "responses": {
          "200": {
            "description": "Public release attestation index"
          }
        }
      }
    },
    "/sync-operations.json": {
      "get": {
        "summary": "Certified project-state synchronization operations",
        "responses": {
          "200": {
            "description": "Certified project-state synchronization operations"
          }
        }
      }
    }
  }
}
