Architecture Pattern · JSON Structure

Architecture Pattern Api Tradeoff List Structure

Type: object Properties: 2
Architecture PatternsSoftware ArchitectureDesign PatternsSystem DesignMicroservicesCloud Native

Architecture Pattern Api Tradeoff List Structure is a JSON Structure definition published by Architecture Pattern, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

total tradeoffs

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/architecture-pattern/refs/heads/main/json-structure/architecture-pattern-api-tradeoff-list-structure.json",
  "title": "TradeoffList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "tradeoffs": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "patternId": {},
          "dimension": {},
          "benefit": {},
          "drawback": {},
          "severity": {},
          "notes": {}
        }
      }
    }
  }
}