File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ Take the following model with an entity type `application` that has a collection
342
342
and a scenario arises that requires, for example, to remove individual ` keyCredential ` s from the collection.
343
343
There are two options forward: //// TODO do we want to offer both options, or just one?
344
344
345
- ### 11.1 Side-by-side collection properties
345
+ ### 11.1 Side-by-side collection properties (for any collection of structural types)
346
346
347
347
The model can be updated to have two collections side-by-side, deprecating the existing one:
348
348
``` diff
@@ -422,7 +422,7 @@ HTTP/1.1 400 Bad Request
422
422
TODO should this be a 409 conflict instead?
423
423
TODO implement this in WebApi
424
424
425
- ### 11.2 ` $select ` overloading
425
+ ### 11.2 Redefine as Entity Type (for collections of complex types)
426
426
427
427
The model can be updated to simply switch the complex type for an entity type:
428
428
``` diff
You can’t perform that action at this time.
0 commit comments