16 lines
611 B
Text
16 lines
611 B
Text
|
model {
|
||
|
component applicationspecification "application-specification" {
|
||
|
description 'The application specification describes the application and its components. It is used to generate the application and its components.'
|
||
|
|
||
|
component application_gitrepo 'Git App Repo' {
|
||
|
description 'Git Application Repository'
|
||
|
technology 'Git'
|
||
|
icon tech:git
|
||
|
}
|
||
|
component applicationspec_gitrepo 'Git AppSpec Repo' {
|
||
|
description 'Git Application Specification Repository'
|
||
|
technology 'Git'
|
||
|
icon tech:git
|
||
|
}
|
||
|
}
|
||
|
}
|