Axon Framework · Schema

Application

CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Properties

Name Type Description
name string
context string
componentName string
connectedFrom string
View JSON Schema on GitHub

JSON Schema

axon-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Application",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "context": {
      "type": "string"
    },
    "componentName": {
      "type": "string"
    },
    "connectedFrom": {
      "type": "string"
    }
  }
}