-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Having fields with undefined values in retrieved objects is redundant.
For example in some cases getting objects with PropertyShapeSchema will return:
{ // ...
datatype: undefined,
description: undefined,
maxCount: 1,
minCount: undefined,
name: undefined,
nodeKind: undefined,
order: undefined,
path: "jsld:birthDate",
shapeModifiability: undefined,
valueModifiability: undefined,
}Is there any reason to have these fields? Extracting missing fields and fields with value undefined is sort of equivalent
Metadata
Metadata
Assignees
Labels
No labels