IntelLabs / IntelLabs/vdms

Use null value instead of "Missing property" string

Open
#44 1 comment 1 reaction 0 assignees View on GitHub
Enhancement Priority: Backlog
Dominant language
C++
Stars
93
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Currently when requesting properties in a result block a `"property": "Missing property"` string value is returned for all instances in the result set that do not have this property. Can that be changed to null, as in `"property": null`? That would leave the result JSON intact and be a much more concise representation. The property could also be omitted completely from the respective entries in the result list.

Currently, if a property has "Missing property" as string value, one is not be able to tell from the results if the property has that string value or if the property is actually missing.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.