-
Notifications
You must be signed in to change notification settings - Fork 897
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ivomagi
authored
Dec 16, 2020
1 parent
418016d
commit 1b533b1
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
groups: | ||
- id: engine_resource | ||
prefix: engine | ||
brief: > | ||
Resource describing the packaged software running the application code. Engines are executed using process.runtime. | ||
attributes: | ||
- id: name | ||
type: string | ||
required: always | ||
brief: > | ||
The name of the engine. | ||
examples: ['FildFly'] | ||
- id: version | ||
type: string | ||
brief: > | ||
The version of the engine, as returned by the engine (preferably during runtime) without modification. | ||
examples: ['21.0.0'] | ||
- id: description | ||
type: string | ||
brief: > | ||
Additional description about the engine. | ||
examples: ['WildFly Full 21.0.0.Final (WildFly Core 13.0.1.Final) - 2.2.2.Final'] |