Axon Framework · JSON Structure

Axon Context Structure

Type: object Properties: 0
CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Axon Context Structure is a JSON Structure definition published by Axon Framework. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "title": "Context",
  "type": "object",
  "fields": [
    {
      "name": "context",
      "type": "string"
    },
    {
      "name": "leader",
      "type": "string"
    },
    {
      "name": "roles",
      "type": "array"
    }
  ]
}