trustoverip / tswg-cesr-specification

Composable Event Streaming Representation (CESR) Specification
https://trustoverip.github.io/tswg-cesr-specification/
Other
7 stars 8 forks source link

"truthy" and "falsey" codes (1AAL, 1AAM) are not defined in a concrete way. #54

Closed daidoji closed 9 months ago

daidoji commented 9 months ago

Codes 1AAL (truthy) and 1AAM (falsey) in the specification are not defined in a concrete way. Likely these codes inherit from the python implementation of keripy (in which case the values likely evaluate to the truthy-ness and falesy-ness of python autocasts to boolean) but for readers of the spec we should probably define this explicitly.

daidoji commented 9 months ago

As discussed on call yesterday (Feb 13, 2024) validity of semantic context of payloads are outside the scope of the spec directly so I'll close this. Might propose a PR noting this fact in the spec for clarity later.