# Webengine

LLMS index: [llms.txt](/llms.txt)

---

## Web Engine Attributes

This document defines the attributes used to describe the packaged software running the application code.

**Attributes:**

| Key | Stability | Value Type | Description | Example Values |
| --- | --- | --- | --- | --- |
| <a id="webengine-description" href="#webengine-description">`webengine.description`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Additional description of the web engine (e.g. detailed version and edition information). | `WildFly Full 21.0.0.Final (WildFly Core 13.0.1.Final) - 2.2.2.Final` |
| <a id="webengine-name" href="#webengine-name">`webengine.name`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The name of the web engine. | `WildFly` |
| <a id="webengine-version" href="#webengine-version">`webengine.version`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The version of the web engine. | `21.0.0` |
