Architectural Design Patterns · Example Payload

Architectural Design Patterns Api Example List Example

Design PatternsSoftware ArchitectureBest PracticesSoftware EngineeringSystem DesignMicroservices

Architectural Design Patterns Api Example 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-example-list-schema.json",
  "example": {
    "total": 42,
    "examples": [
      {
        "id": {},
        "patternId": {},
        "language": {},
        "title": {},
        "description": {},
        "code": {},
        "notes": {}
      }
    ]
  }
}