Architecture Pattern · Example Payload

Architecture Pattern Api Tradeoff Example

Architecture PatternsSoftware ArchitectureDesign PatternsSystem DesignMicroservicesCloud Native

Architecture Pattern Api Tradeoff Example is an example object payload from Architecture Pattern, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

$schemaexample

Example Payload

Raw ↑
{
  "$schema": "https://raw.githubusercontent.com/api-evangelist/architecture-pattern/refs/heads/main/json-schema/architecture-pattern-api-tradeoff-schema.json",
  "example": {
    "id": "example-string",
    "patternId": "example-string",
    "dimension": "example-string",
    "benefit": "example-string",
    "drawback": "example-string",
    "severity": "low",
    "notes": "example-string"
  }
}