Skip to content

rules 132 and 133 check for a non-existent field #112

@ethanoroshiba

Description

@ethanoroshiba

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions