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