point-tools/old/src/PointToolsBundle/Resources/config/serializer/DTO.Api.PostsPage.yml

11 lines
324 B
YAML

Skobkin\Bundle\PointToolsBundle\DTO\Api\PostsPage:
exclusion_policy: none
access_type: public_method
properties:
posts:
type: 'array<Skobkin\Bundle\PointToolsBundle\DTO\Api\MetaPost>'
max_depth: 3
hasNext:
serialized_name: 'has_next'
type: boolean