Architecture Pattern · JSON Structure

Architecture Pattern Api Domain Structure

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

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

Properties

id name description patternCount subdomains

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