-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Rules 132 and 133 check for the child_type field on resource_reference [1], but AEP specifies the resource reference as a string [2]. These two conflict, since the string type can't have a child_type field. Either the checks need to be disabled or the resource reference type needs to be changed to a message here: https://github.com/aep-dev/aep-components/blob/main/proto/aep-api/aep/api/field_info.proto.
Notably, AEP differs from Google's proto definitions here, as Google defines a ResourceReference as its own type, with type and child_type fields [3]. I think this is probably a better direction, but will defer to maintainers on what to do here.
andrew-womeldorf
Metadata
Metadata
Assignees
Labels
No labels