Skip to content

3.2 missing json-ld context properties #5950

Description

@kstefanini

API Platform version(s) affected: 3.2.4

Description
After updating from last 3.1 to 3.2.4 some json-ld context are reported missing

How to reproduce
Order has an OneToOne relation to Address available threw #Groups(['order:read'])

#src/Entity/Order.php
    #[Groups(['order:read'])]
    #[ORM\OneToOne(targetEntity: Address::class)]
    private ?Address $address = null;

json-ld context is missing from schema Address.jsonld-order.read but not from Address.jsonld-address.read

Additional Context
Before 3.2
image
After 3.2
image

Thanks in advance for your attention! :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions