Skip to content

In dsi.sdlist, why is cnt needed? #8

@dthaler

Description

@dthaler

The doc has:
"sdlist": {
"cnt": "",
"sd": [ … ]
},

The cnt field seems to be redundant with the number of entries in the "sd" array. None of the other JSON arrays in the spec have a separate cnt field. Can it be removed?

Keeping it causes potential consistency problems where a message is received where cnt != # entries in sd array, and would be better to make the problem go away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions