Skip to content

Latest commit

 

History

History
31 lines (15 loc) · 872 Bytes

File metadata and controls

31 lines (15 loc) · 872 Bytes

Specifications of the service under tests

Each subfolder corresponding to an API implementation should conform to the following specifications about the data model & the API endpoints to be included in the benchmark.

Model

Entity Diagram created using Mermaid:

erDiagram
          ACCOUNT ||--|{ LIST : has
          LIST ||--|{ TASK : "contains"
Loading

Note: You can have a look on the SQL initialization script for more details.

API spec

Common characteristics:

  • Default error handler
  • Data validation

An OpenAPI 3.0.0 specification is available in YAML in this repo EcobenchmarkBackEnd-0.0.1-swagger.yaml or online on SwaggerHub.