Architecture Pattern · JSON Structure

Architecture Pattern Api Pattern List Structure

Type: object Properties: 4
Architecture PatternsSoftware ArchitectureDesign PatternsSystem DesignMicroservicesCloud Native

Architecture Pattern Api Pattern List Structure is a JSON Structure definition published by Architecture Pattern, 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/architecture-pattern/refs/heads/main/json-structure/architecture-pattern-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": {},
          "domain": {},
          "description": {},
          "context": {},
          "problem": {},
          "solution": {},
          "resultingContext": {},
          "tags": {},
          "relatedPatterns": {},
          "externalReferences": {},
          "confidence": {}
        }
      }
    }
  }
}