]> git.corax.cc Git - toolbox/commit
spec/ipc: Rename base message schema to ipc_message / ipc.message.json
authorMatthias Kruk <m@m10k.eu>
Fri, 18 Jun 2021 22:55:49 +0000 (07:55 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 18 Jun 2021 22:55:49 +0000 (07:55 +0900)
commit6eb9a9dbee6857598b478c1a813236ec37ea813c
tree04b0192031eb2777ef310253f50b681bf2bbc7c4
parent85c9b5c00f9c010cfc94907878c85585080af15d
spec/ipc: Rename base message schema to ipc_message / ipc.message.json

IPC base messages are stored in the "message" field of an envelope,
and the schema for the latter is called ipc.envelope.json (and the
file is called ipc_envelope.schema.json). In keeping with that
convention, the schema for IPC base messages should be called
ipc.message.json (filename ipc_message.schema.json).
This commit makes sure the naming conventions are adhered to.
spec/ipc_data.schema.json [deleted file]
spec/ipc_message.schema.json [new file with mode: 0644]