Skip to content

Commit

Permalink
Fixes finos#331 clear up terminology and links to domain requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgough-ms committed Aug 9, 2024
1 parent 812dd32 commit 03186d3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion calm/control-example/one-node-wonder.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
{
"unique-id": "ci-arch-001",
"description": "Evidence of Pre Production Review",
"detail": "control-instance.json",
"requirement-schema": "control-specification.json",
"requirement-instance": "control-instance.json",
"evidence": [
{
"evidence-link": "https://evidence.com/12345",
Expand Down
12 changes: 8 additions & 4 deletions calm/draft/2024-08/meta/domain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$id": "https://raw.githubusercontent.com/finos/architecture-as-code/main/calm/draft/2024-08/meta/domain.json",
"title": "Common Architecture Language Model Domains",
"defs": {
"domain-type": {
"domain-requirement": {
"type": "object",
"properties": {
"unique-id": {
Expand All @@ -12,7 +12,10 @@
"description": {
"type": "string"
},
"detail": {
"requirement-schema": {
"type": "string"
},
"requirement-instance": {
"type": "string"
},
"evidence": {
Expand All @@ -25,7 +28,8 @@
"required": [
"unique-id",
"description",
"detail"
"requirement-schema",
"requirement-instance"
]
},
"domains": {
Expand All @@ -34,7 +38,7 @@
"^[a-zA-Z0-9_]+$": {
"type": "array",
"items": {
"$ref": "#/defs/domain-type"
"$ref": "#/defs/domain-requirement"
}
}
}
Expand Down

0 comments on commit 03186d3

Please sign in to comment.