Architecture Pattern · JSON Structure

Architecture Pattern Api Tradeoff Structure

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

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

Properties

id patternId dimension benefit drawback severity notes

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-structure.json",
  "title": "Tradeoff",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "patternId": {
      "type": "string"
    },
    "dimension": {
      "type": "string"
    },
    "benefit": {
      "type": "string"
    },
    "drawback": {
      "type": "string"
    },
    "severity": {
      "type": "string",
      "enum": [
        "low",
        "medium",
        "high"
      ]
    },
    "notes": {
      "type": "string"
    }
  }
}