@@ -145,7 +145,7 @@ vpc: VPC 1 10.1.0.0./16 {
145
145
146
146
``` d2 layout=elk
147
147
# Edges
148
- User <-> User : "spouse" {
148
+ User <-> User : "spouse" {
149
149
# o2o optional
150
150
source-arrowhead: {
151
151
shape: cf-one-required
@@ -155,7 +155,7 @@ vpc: VPC 1 10.1.0.0./16 {
155
155
}
156
156
157
157
}
158
- User <-> User : "children/parent" {
158
+ User <-> User : "children/parent" {
159
159
# o2m optional
160
160
source-arrowhead: {
161
161
shape: cf-one-required
@@ -165,7 +165,7 @@ vpc: VPC 1 10.1.0.0./16 {
165
165
}
166
166
167
167
}
168
- User <-> Pet : "pets/owner" {
168
+ User <-> Pet : "pets/owner" {
169
169
# o2m optional
170
170
source-arrowhead: {
171
171
shape: cf-one-required
@@ -175,7 +175,7 @@ vpc: VPC 1 10.1.0.0./16 {
175
175
}
176
176
177
177
}
178
- User <-> Card : "card/owner" {
178
+ User <-> Card : "card/owner" {
179
179
# o2o optional
180
180
source-arrowhead: {
181
181
shape: cf-one-required
@@ -185,7 +185,7 @@ vpc: VPC 1 10.1.0.0./16 {
185
185
}
186
186
187
187
}
188
- User <-> Post : "posts/author" {
188
+ User <-> Post : "posts/author" {
189
189
# o2m optional
190
190
source-arrowhead: {
191
191
shape: cf-one-required
@@ -195,7 +195,7 @@ vpc: VPC 1 10.1.0.0./16 {
195
195
}
196
196
197
197
}
198
- User <-> Metadata : "metadata/user" {
198
+ User <-> Metadata : "metadata/user" {
199
199
# o2m optional
200
200
source-arrowhead: {
201
201
shape: cf-one-required
@@ -205,7 +205,7 @@ vpc: VPC 1 10.1.0.0./16 {
205
205
}
206
206
207
207
}
208
- User <-> Info : "info/user" {
208
+ User <-> Info : "info/user" {
209
209
# o2m optional
210
210
source-arrowhead: {
211
211
shape: cf-one-required
0 commit comments