Architectural Design Patterns · JSON Structure

Architectural Design Patterns Api Pattern List Structure

Type: object Properties: 4
Design PatternsSoftware ArchitectureBest PracticesSoftware EngineeringSystem DesignMicroservices

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

Properties

total offset limit patterns

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/architectural-design-patterns/refs/heads/main/json-structure/architectural-design-patterns-api-pattern-list-structure.json",
  "title": "PatternList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "patterns": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "category": {},
          "description": {},
          "problem": {},
          "solution": {},
          "consequences": {},
          "tags": {},
          "relatedPatterns": {},
          "applicability": {},
          "knownUses": {}
        }
      }
    }
  }
}