Architecture Pattern · JSON Structure

Architecture Pattern Api Domain List Structure

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

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

Properties

total domains

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-domain-list-structure.json",
  "title": "DomainList",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "domains": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {},
          "name": {},
          "description": {},
          "patternCount": {},
          "subdomains": {}
        }
      }
    }
  }
}