Brick Example Server
The Brick Example Server is the BrickSchema organisation's self-hostable HTTP contract, documented at docs.brickschema.org as "demonstrating how a Brick model can be abstracted by an HTTP API". OpenAPI 3.0.2, nineteen operations under /brickapi/v1/ covering timeseries read/write/delete, Turtle model upload, entity lookup, a relationship-filtered entity list keyed on the Brick object properties, raw SQL and raw SPARQL queries, physical actuation, Grafana dashboard provisioning, and application-token issue and revoke. Authentication is a bearer JWT with no scopes. The baseURL is TEMPLATED on purpose: BrickSchema operates no hosted instance and the harvested contract declares no servers block, so the host is supplied by whoever runs the software. The /brickapi/v1 path prefix is the provider's own and appears on every operation.