Currently remove-public-keys uses a publicKeys field for its array of key ID strings to be removed, whereas remove-services uses ids for the same array of ID strings. We should change remove-public-keys to use the same ids property to normalize this.
NOTE: this has already been changed in the spec to reflect the use of ids as the property name in both places.
Currently
remove-public-keys
uses apublicKeys
field for its array of key ID strings to be removed, whereasremove-services
usesids
for the same array of ID strings. We should changeremove-public-keys
to use the sameids
property to normalize this.NOTE: this has already been changed in the spec to reflect the use of
ids
as the property name in both places.