Skip to main content
Version: Next

Get validation proof

Get validation proof

Allows to obtain the validation test of the last event for a specified subject.

Path Parameters
  • id string required

    Subject's unique id

Responses

Subjects Data successfully retrieved


Schema
  • proof object
  • event_hash string

    Hash of the event

  • genesis_governance_version int64

    Governance version of the genesis event

  • governance_id string

    Governance identifier

  • governance_version int64

    Governance version

  • name string

    Name of subject

  • namespace string

    Namespace to which the subject belongs

  • prev_event_hash string

    Previous event hash

  • schema_id string

    Subject schema json identifier

  • sn int64

    Current sequence number of the subject

  • subject_id string

    Subject identifier

  • subject_public_key string

    Public key of the subject

  • signatures object[]

    Validators' signatures

  • signer string

    Signature of the issuer

  • timestamp int64

    Timestamp at which the signature was made

  • value string

    Signature value

Loading...