ImplementationHashResponse Data Type

Response containing the implementation hash (and string representation on which the hash is based) for an entity

Properties
name data type description
hash string Implementation hash
base string Base of the hash (string representation of the entity)
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "hash" : "...",
  "base" : "...",
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}