Architectural Design Patterns · Example Payload

Architectural Design Patterns Api Category Example

Design PatternsSoftware ArchitectureBest PracticesSoftware EngineeringSystem DesignMicroservices

Architectural Design Patterns Api Category 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-category-schema.json",
  "example": {
    "id": "example-string",
    "name": "example-string",
    "description": "example-string",
    "patternCount": 42
  }
}