Architectural Design Patterns · JSON Structure

Architectural Design Patterns Api Anti Pattern List Structure

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

Architectural Design Patterns Api Anti 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 antiPatterns

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-anti-pattern-list-structure.json",
  "title": "AntiPatternList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "antiPatterns": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "description": {},
          "symptoms": {},
          "causes": {},
          "refactoredSolution": {},
          "relatedPatterns": {}
        }
      }
    }
  }
}