"description": "Reference of the Node hosting these instances",\n
"type": "string",\n
"maxLength": 50\n
},\n
"timestamp": {\n
"title": "Timestamp",\n
"type": "number",\n
"description": "Timestamp of the time at which the hash table was constructed"\n
},\n
"document_hash_list": {\n
"title": "Document Hash List",\n
"type": "array",\n
"descritpion": "List of IPs usable by the Software Instance on the partition",\n
"items": {\n
"type": "object",\n
"properties": {\n
"reference": {\n
"title": "Instance Reference",\n
"description": "Reference of the instance",\n
"type": "string",\n
"maxLength": 50\n
},\n
"data-schema": {\n
"title": "Data Schema URL",\n
"type": "string",\n
"description": "URL of the current data schema"\n
},\n
"md5sum": {\n
"title": "md5sum",\n
"type": "string",\n
"description": "md5sum of the data"\n
},\n
"timestamp": {\n
"title": "Processing Timestamp",\n
"type": "number",\n
"description": "Timestamp set by the master node to mark when this instance was last processed in the master node. If it has been processed on master, it needs reprocessiing on the compute node."\n
},\n
"method": {\n
"title": "Method",\n
"type": "string",\n
"description": "Method used to calculate the hash"\n