Skip to content

Commit

Permalink
Update control.json (#362)
Browse files Browse the repository at this point in the history
* Update control.json

Remove erroneous $ sign

* Update control.json
  • Loading branch information
rocketstack-matt authored Aug 27, 2024
1 parent 35858f0 commit 626b0f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions calm/draft/2024-08/meta/control.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/control.json",
"title": "Common Architecture Language Model Controls",
"description": "Controls model requirements for domains. For example, a security domain contains a series of control requirements",
"$defs": {
"defs": {
"control-detail": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"requirements": {
"type": "array",
"items": {
"type": "#/$defs/control-detail",
"type": "#/defs/control-detail",
"description": "The detail of a how a specified control is structured and (if it currently does) is configured to meet the requirement"
}
}
Expand All @@ -46,4 +46,4 @@
}
}
}
}
}

0 comments on commit 626b0f4

Please sign in to comment.