Changes
Page history
Update schema
authored
May 10, 2025
by
Gonçalo Campos Gonçalves
Show whitespace changes
Inline
Side-by-side
schema.md
View page @
b45544a9
...
@@ -10,17 +10,17 @@ language: yaml
...
@@ -10,17 +10,17 @@ language: yaml
```
mermaid
```
mermaid
%%{init: {'theme': 'base', 'themeVariables': { 'mainBkg': '#b4c8dc', 'clusterBkg': '#0095ff' }}}%%
%%{init: {'theme': 'base', 'themeVariables': { 'mainBkg': '#b4c8dc', 'clusterBkg': '#0095ff' }}}%%
graph TD
graph TD
subgraph Instrument Schema
subgraph
"
Instrument Schema
"
A[Instrument Module] --> B[Instrument Theme]
A[Instrument Module] --> B[Instrument Theme]
B --> C[Instrument Domain]
B --> C[Instrument Domain]
end
end
subgraph Main Schema
subgraph
"
Main Schema
"
D[Module] --> E[Theme]
D[Module] --> E[Theme]
E --> F[Domain]
E --> F[Domain]
F --> G[Variable]
F --> G[Variable]
G--> H[Variable Definition]
G--> H[Variable Definition]
end
end
subgraph Target,Source, Mode
subgraph
"
Target,Source, Mode
"
I[Target] --> G
I[Target] --> G
J[Source] --> G
J[Source] --> G
K[Mode] --> G
K[Mode] --> G
...
...
...
...