Architecture Pattern · Example Payload

Architecture Pattern Api Tradeoff List Example

Architecture PatternsSoftware ArchitectureDesign PatternsSystem DesignMicroservicesCloud Native

Architecture Pattern Api Tradeoff List 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-list-schema.json",
  "example": {
    "total": 42,
    "tradeoffs": [
      {
        "id": {},
        "patternId": {},
        "dimension": {},
        "benefit": {},
        "drawback": {},
        "severity": {},
        "notes": {}
      }
    ]
  }
}