File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -511,22 +511,22 @@ given class:
511511 | | "groups" => [ |
512512 | | "book:read", |
513513 | | "book:write", |
514- | | ] |
514+ | | ], |
515515 | | "maxDepth" => 1, |
516- | | "serializedName" => "book_name" |
517- | | "serializedPath" => null |
518- | | "ignore" => false |
516+ | | "serializedName" => "book_name", |
517+ | | "serializedPath" => null, |
518+ | | "ignore" => false, |
519519 | | "normalizationContexts" => [], |
520520 | | "denormalizationContexts" => [] |
521521 | | ] |
522522 | isbn | [ |
523523 | | "groups" => [ |
524524 | | "book:read", |
525- | | ] |
525+ | | ], |
526526 | | "maxDepth" => null, |
527- | | "serializedName" => null |
528- | | "serializedPath" => [data][isbn] |
529- | | "ignore" => false |
527+ | | "serializedName" => null, |
528+ | | "serializedPath" => [data][isbn], |
529+ | | "ignore" => false, |
530530 | | "normalizationContexts" => [], |
531531 | | "denormalizationContexts" => [] |
532532 | | ] |
You can’t perform that action at this time.
0 commit comments