Axon Framework · JSON Structure

Axon Createuserrequest Structure

Type: object Properties: 0
CQRSEvent SourcingEvent-DrivenJavaMessagingMicroservices

Axon Createuserrequest 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": "CreateUserRequest",
  "type": "object",
  "fields": [
    {
      "name": "userName",
      "type": "string"
    },
    {
      "name": "password",
      "type": "string"
    },
    {
      "name": "roles",
      "type": "array"
    }
  ]
}