From ba4e1b0a1e3ad11c52afd161e67e31b1baa1dedd Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 Mar 2023 18:12:11 +0000 Subject: [PATCH] rpc: Define term `field` --- doc/dev/notes/rpc-meta-draft.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/dev/notes/rpc-meta-draft.md b/doc/dev/notes/rpc-meta-draft.md index 161f7d7ee..9d63ab95b 100644 --- a/doc/dev/notes/rpc-meta-draft.md +++ b/doc/dev/notes/rpc-meta-draft.md @@ -297,6 +297,8 @@ The client must not send JSON documents that are not valid I-JSON. arti will only send valid I-JSON (assuming the client does so too). +We speak of `fields`. meaning the properties of a JSON object. + ### A variant: JSON-RPC. > (This is not something we plan to build