Scalable Software and Systems · JSON Structure

Scalable Software And Systems Event Structure

Type: Properties: 0
API-FirstArchitecture PatternsCQRSDistributed SystemsEnterpriseEvent-DrivenMicroservicesScalable ArchitectureSoftware EngineeringSystems Design

Scalable Software And Systems Event Structure is a JSON Structure definition published by Scalable Software and Systems.

Meta-schema:

JSON Structure

Raw ↑
{
  "structure": {
    "name": "Domain Event",
    "description": "Structural documentation for domain events following CloudEvents specification.",
    "fields": [
      { "name": "specversion", "type": "string", "required": true, "description": "CloudEvents version (always '1.0')" },
      { "name": "type", "type": "string", "required": true, "description": "Reverse DNS event type, e.g. com.example.order.placed" },
      { "name": "source", "type": "uri-reference", "required": true, "description": "Event producer identifier" },
      { "name": "id", "type": "string", "required": true, "description": "Unique event UUID" },
      { "name": "time", "type": "date-time", "required": true, "description": "RFC 3339 event timestamp" },
      { "name": "subject", "type": "string", "required": false, "description": "Subject entity ID (e.g., order ID)" },
      { "name": "datacontenttype", "type": "string", "required": false, "description": "Payload MIME type (default: application/json)" },
      { "name": "data", "type": "object", "required": false, "description": "Event payload (event-type specific)" },
      { "name": "correlationId", "type": "string", "required": false, "description": "Cross-service trace correlation ID" },
      { "name": "causationId", "type": "string", "required": false, "description": "ID of causing command or event" },
      { "name": "aggregateId", "type": "string", "required": false, "description": "Aggregate root identifier" },
      { "name": "aggregateType", "type": "string", "required": false, "description": "Aggregate type name" },
      { "name": "aggregateVersion", "type": "integer", "required": false, "description": "Optimistic concurrency version" },
      {
        "name": "metadata",
        "type": "object",
        "required": false,
        "fields": [
          { "name": "userId", "type": "string", "required": false },
          { "name": "tenantId", "type": "string", "required": false },
          { "name": "traceId", "type": "string", "required": false },
          { "name": "spanId", "type": "string", "required": false }
        ]
      }
    ]
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/scalable-software-and-systems-event-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.