Dolittle Bounded Context Configuration
A Dolittle application's bounded context configuration
| Type | object |
|---|---|
| File match |
bounded-context.json
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/dolittle-bounded-context-configuration/latest.json |
| Source | https://raw.githubusercontent.com/dolittle/Runtime/master/Schemas/Applications.Configuration/bounded-context.json |
Validate with Lintel
npx @lintel/lintel check
The bounded context configuration
Properties
The application id that represents the application that this bounded context is a part of
The bounded context id that represents this bounded context
The bounded context name that represents the name of this bounded context
A configuration describing the Core of this bounded context
2 nested properties
Describes which programming language the Core is written in
The entry point of the bounded context's Core. A relative path to the folder
A list of configurations for the interaction layers that this bounded context exposes
A map of describing the resource type implementation mapping of resource types
2 nested properties
Definitions
A configuration describing the Core of this bounded context
Describes which programming language the Core is written in
The entry point of the bounded context's Core. A relative path to the folder
The configuration of an interaction layer
The type of the interaction layer
The programming language of the interaction layer
The entry point of the interaction layer. A relative path to the folder
The framework of the interaction layer
Resource type implementation configuration