## A7: High-level architecture. Privileges. Web resources specification > Brief presentation of the artefact's goals. ### 1. Overview > Identify and overview the modules that will be part of the application. ### 2. Permissions > Define the permissions used by each module, necessary to access its data and features. ### 3. OpenAPI Specification OpenAPI specification in YAML format to describe the web application's web resources. Link to the `.yaml` file in the group's repository. Link to the Swagger generated documentation (e.g. `https://app.swaggerhub.com/apis-docs/...`). ```yaml openapi: 3.0.0 ... ```