The commit message specification contains a timestamp flag that is
currently not implemented. Furthermore, the timestamp can also be
acquired from the enclosing ipc_msg, so it is not necessary to
duplicate the field in the higher layers.
This commit removes the timestamp field from the message specification.
"description": "The hash of the detected commit",
"type": "string",
"pattern": "^[0-9a-fA-F]+$"
- },
-
- "timestamp": {
- "description": "The unix timestamp of the time the change was detected",
- "type": "integer"
}
},