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:
511511 | | "groups" => [ |
512512 | | "book:read", |
513513 | | "book:write", |
514- | | ] |
514+ | | ], |
515515 | | "maxDepth" => 1, |
516- | | "serializedName" => "book_name" |
517- | | "ignore" => false |
516+ | | "serializedName" => "book_name", |
517+ | | "serializedPath" => null, |
518+ | | "ignore" => false, |
518519 | | "normalizationContexts" => [], |
519520 | | "denormalizationContexts" => [] |
520521 | | ] |
521522 | isbn | [ |
522523 | | "groups" => [ |
523524 | | "book:read", |
524- | | ] |
525+ | | ], |
525526 | | "maxDepth" => null, |
526- | | "serializedName" => null |
527- | | "ignore" => false |
527+ | | "serializedName" => null, |
528+ | | "serializedPath" => [data][isbn], |
529+ | | "ignore" => false, |
528530 | | "normalizationContexts" => [], |
529531 | | "denormalizationContexts" => [] |
530532 | | ] |
You can’t perform that action at this time.
0 commit comments