Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Aurora Agile Meta-Framework
Schema registry

Aurora Agile Meta-Framework

Yaml for Aurora Agile Meta-Framework

*.aurora.yaml*.aurora.yml

Check your file against this schema

Opens the validator with this schema already loaded. Paste your *.aurora.yaml and it validates in your browser — nothing is uploaded.

Validate a *.aurora.yaml → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
versionstringSchema version
default: "0.0.1"
boundedContextNamerequiredstringThe name of the package, singular in kebab case
moduleNamerequiredstringThe name of the module, singular in kebab case
moduleNamesrequiredstringThe name of the module, plural in kebab case
aggregateNamerequiredstringThe name of the aggregateName, singular in pascal case, is composed of the boundedContextName plus the moduleName
hasOAuthbooleanEnabled authentication for this module
default: false
hasTenantbooleanEnabled tenant for this module
default: false
hasAuditingbooleanEnabled auditing for this module
default: false
descriptionstringDescription of the module and its function and interaction with the other modules in the package
frontobjectAppearance properties for front application
front.genderstringGrammatical gender to be used in the front application
default: "masculine"
one of: "masculine", "feminine"
front.iconModulestringIcon library to be used in the front application
default: "@ng-icons/lucide"
one of: "@ng-icons/bootstr…, "@ng-icons/heroico…, "@ng-icons/ionicon…, "@ng-icons/materia…, "@ng-icons/materia…, "@ng-icons/css.gg" … (+30)
front.outlineIconstringOutline icon to be used in the front application
front.solidIconstringSolid icon to be used in the front application
front.detailModestringDetail view mode for the front application, define detail in a dialog or in a separated view
one of: "view", "dialog"
front.embedSupportbooleanWhen true, the module generates embed-mode artifacts (form-embed component, embed columns config, list mode embed). Required when another module references this one via widget.type: grid-elements-manager. Default: false.
front.displayFieldstringHuman-readable display label for this aggregate. Accepts either an identifier (a single property name, e.g. 'name', 'email') or an interpolation template with {fieldName} placeholders (e.g. '{code} - {name}', 'Plan: {planId}'). Codegen
aggregatePropertiesarray
additionalApisarray
excludedFilesarray<string>Files to be excluded from the module
excludedOperationsarrayOperations to be excluded from the module

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$commentJSON Schema Core, draft 2020-12§8.3 — Comments With "$comment"
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$refJSON Schema Core, draft 2020-12§8.2.3.1 — Direct References with "$ref"
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
additionalPropertiesJSON Schema Core, draft 2020-12§10.3.2.3 — "additionalProperties"
defaultJSON Schema Validation, draft 2020-12§9.2 — "default"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
enumJSON Schema Validation, draft 2020-12§6.1.2 — "enum"
examplesJSON Schema Validation, draft 2020-12§9.5 — "examples"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
maxLengthJSON Schema Validation, draft 2020-12§6.3.1 — "maxLength"
minLengthJSON Schema Validation, draft 2020-12§6.3.2 — "minLength"
minimumJSON Schema Validation, draft 2020-12§6.2.4 — "minimum"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
requiredJSON Schema Validation, draft 2020-12§6.5.3 — "required"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas