Architectural Design Patterns · Example Payload

Architectural Design Patterns Api Pattern List Example

Design PatternsSoftware ArchitectureBest PracticesSoftware EngineeringSystem DesignMicroservices

Architectural Design Patterns Api Pattern List Example is an example object payload from Architectural Design Patterns, 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/architectural-design-patterns/refs/heads/main/json-schema/architectural-design-patterns-api-pattern-list-schema.json",
  "example": {
    "total": 42,
    "offset": 42,
    "limit": 42,
    "patterns": [
      {
        "id": {},
        "name": {},
        "category": {},
        "description": {},
        "problem": {},
        "solution": {},
        "consequences": {},
        "tags": {},
        "relatedPatterns": {},
        "applicability": {},
        "knownUses": {}
      }
    ]
  }
}