Skip to content

Commit 784858e

Browse files
committed
docs(calm): remove unwanted hallucinations
1 parent f1486ac commit 784858e

File tree

1 file changed

+7
-35
lines changed

1 file changed

+7
-35
lines changed

calm/architecture/calm.json

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,14 @@
1212
"node-type": "service",
1313
"name": "CALM CLI",
1414
"description": "Command-line interface for CALM operations including validation, generation, visualization, and documentation",
15-
"development-language": "TypeScript",
16-
"interfaces": [
17-
{
18-
"unique-id": "calm-cli-command-interface",
19-
"type": "command-line-interface"
20-
}
21-
]
15+
"development-language": "TypeScript"
2216
},
2317
{
2418
"unique-id": "calm-vscode",
2519
"node-type": "service",
2620
"name": "VSCode Extension",
2721
"description": "Visual Studio Code extension providing IDE integration for CALM architectures with syntax highlighting, validation, and visualization",
28-
"development-language": "TypeScript",
29-
"interfaces": [
30-
{
31-
"unique-id": "vscode-extension-api",
32-
"type": "api"
33-
}
34-
]
22+
"development-language": "TypeScript"
3523
},
3624
{
3725
"unique-id": "calm-hub",
@@ -42,13 +30,7 @@
4230
"interfaces": [
4331
{
4432
"unique-id": "calm-hub-rest-api",
45-
"type": "rest-api",
46-
"url": "https://api.calm.finos.org/v1"
47-
},
48-
{
49-
"unique-id": "calm-hub-graphql-api",
50-
"type": "graphql-api",
51-
"url": "https://api.calm.finos.org/graphql"
33+
"type": "api"
5234
}
5335
]
5436
},
@@ -57,14 +39,7 @@
5739
"node-type": "system",
5840
"name": "CALM Hub UI",
5941
"description": "React-based web interface for browsing and managing CALM architectures, patterns, and standards",
60-
"development-language": "TypeScript",
61-
"interfaces": [
62-
{
63-
"unique-id": "calm-hub-ui-web",
64-
"type": "url-interface",
65-
"url": "https://calm.finos.org"
66-
}
67-
]
42+
"development-language": "TypeScript"
6843
},
6944
{
7045
"unique-id": "mongodb",
@@ -135,8 +110,7 @@
135110
"relationship-type": {
136111
"connects": {
137112
"source": {
138-
"node": "calm-cli",
139-
"interface": "calm-cli-command-interface"
113+
"node": "calm-cli"
140114
},
141115
"destination": {
142116
"node": "calm-hub",
@@ -152,8 +126,7 @@
152126
"relationship-type": {
153127
"connects": {
154128
"source": {
155-
"node": "calm-hub",
156-
"interface": "calm-hub-rest-api"
129+
"node": "calm-hub"
157130
},
158131
"destination": {
159132
"node": "mongodb",
@@ -169,8 +142,7 @@
169142
"relationship-type": {
170143
"connects": {
171144
"source": {
172-
"node": "calm-hub-ui",
173-
"interface": "calm-hub-ui-web"
145+
"node": "calm-hub-ui"
174146
},
175147
"destination": {
176148
"node": "calm-hub",

0 commit comments

Comments
 (0)