File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -511,20 +511,22 @@ given class:
511
511
| | "groups" => [ |
512
512
| | "book:read", |
513
513
| | "book:write", |
514
- | | ] |
514
+ | | ], |
515
515
| | "maxDepth" => 1, |
516
- | | "serializedName" => "book_name" |
517
- | | "ignore" => false |
516
+ | | "serializedName" => "book_name", |
517
+ | | "serializedPath" => null, |
518
+ | | "ignore" => false, |
518
519
| | "normalizationContexts" => [], |
519
520
| | "denormalizationContexts" => [] |
520
521
| | ] |
521
522
| isbn | [ |
522
523
| | "groups" => [ |
523
524
| | "book:read", |
524
- | | ] |
525
+ | | ], |
525
526
| | "maxDepth" => null, |
526
- | | "serializedName" => null |
527
- | | "ignore" => false |
527
+ | | "serializedName" => null, |
528
+ | | "serializedPath" => [data][isbn], |
529
+ | | "ignore" => false, |
528
530
| | "normalizationContexts" => [], |
529
531
| | "denormalizationContexts" => [] |
530
532
| | ] |
You can’t perform that action at this time.
0 commit comments