Commit 43fea20
committed
feat(AIP-122): require parent in resource name
It is a common use case to first look up the parent resource, then perform an
operation on a child. If the child does not incude the resource name of the
parent, the consumer of the resource must choose from a set of non-optimal
approaches to find the parent:
1. Perform a read of the child resource, then look up a custom field on the
child to find the parent (assuming such a field exists).
1. Add another field where one specifies the parent of a resource in addition to
the child resource.1 parent b5e24a2 commit 43fea20
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
322 | 324 | | |
323 | 325 | | |
324 | 326 | | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
325 | 341 | | |
326 | 342 | | |
327 | 343 | | |
| |||
0 commit comments