Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine verification rules for collectional properties #2362

Open
01es opened this issue Dec 18, 2024 · 0 comments
Open

Refine verification rules for collectional properties #2362

01es opened this issue Dec 18, 2024 · 0 comments

Comments

@01es
Copy link
Member

01es commented Dec 18, 2024

Description

Verification of collectional properties needs to be refined. At present, the verification logic (strict mode) expects for collectional properties to have attribute IsProperty.linkProperty either identifiable or specified. However, this is only applicable to entity-typed collectional properties, and even then it is likely relevant only for persistent entities.

The current workaround is to explicitly specify some value for IsProperty.linkProperty when defining collectional properties that do not expect to have any link property.

This verification logic needs to be reevaluated and improve. The specific rules and the why behind them should be spelled out in this issue.

image

Change overview

Expected outcome

More practical verification of rules for collectional properties.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant