Architectural Design Patterns · Example Payload

Architectural Design Patterns Api Example Example

Design PatternsSoftware ArchitectureBest PracticesSoftware EngineeringSystem DesignMicroservices

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