Architecture Pattern · JSON Structure

Architecture Pattern Api Pattern Structure

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

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

Properties

id name domain description context problem solution resultingContext tags relatedPatterns externalReferences confidence

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-pattern-structure.json",
  "title": "Pattern",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "context": {
      "type": "string"
    },
    "problem": {
      "type": "string"
    },
    "solution": {
      "type": "string"
    },
    "resultingContext": {
      "type": "string"
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "relatedPatterns": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "externalReferences": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "confidence": {
      "type": "string",
      "enum": [
        "proven",
        "candidate",
        "experimental"
      ]
    }
  }
}