]> git.corax.cc Git - foundry/commit
spec: Add JSON Schemas for foundry IPC messages
authorMatthias Kruk <m@m10k.eu>
Sun, 4 Jul 2021 09:09:41 +0000 (18:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Sun, 4 Jul 2021 09:09:41 +0000 (18:09 +0900)
commitf6676c435556af006254521be1f3a79b2da40f82
treea9b9576f0ea39b03c2ccba93eb1eda13a214a988
parent588f5f9f60ce513548d1539e2787864f091411ab
spec: Add JSON Schemas for foundry IPC messages

To make foundry more flexible and scalable, the next release will
implement a messaging-based IPC approach using JSON objects.
This commit adds JSON schemas for all message types that will be
used by foundry.
spec/build.json [new file with mode: 0644]
spec/buildrequest.json [new file with mode: 0644]
spec/commit.json [new file with mode: 0644]
spec/dist.json [new file with mode: 0644]
spec/distrequest.json [new file with mode: 0644]
spec/merge.json [new file with mode: 0644]
spec/mergerequest.json [new file with mode: 0644]
spec/sign.json [new file with mode: 0644]
spec/signrequest.json [new file with mode: 0644]
spec/test.json [new file with mode: 0644]
spec/testrequest.json [new file with mode: 0644]