Website | RFC/Specification

Additional adjacent specs:

Implementations: all the big players

Example CDDL:

reputation-object = {
  application: tstr
  reputons: [* reputon]
}

reputon = {
  rater: tstr
  assertion: tstr
  rated: tstr
  rating: float16
  ? confidence: float16
  ? normal-rating: float16
  ? sample-size: uint
  ? generated: uint
  ? expires: uint
  * tstr: any
}


Tags: format   binary  

Last modified 02 October 2024