From 0e0432f7bec8f6e86eab5ca0a02506000c25f493 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Tue, 10 Mar 2020 11:04:09 +0000
Subject: [PATCH] tweaked schema descriptors

---
 SCHEMA.md | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/SCHEMA.md b/SCHEMA.md
index d1888b6..a9ba38d 100644
--- a/SCHEMA.md
+++ b/SCHEMA.md
@@ -7,9 +7,9 @@ This is version 1 of the API documents to be created. For now this document outl
 ```
  "nodes": [
     {
-      "nodeid": "wanxtrk54ulhl0k8bd5mqd",
-      "nodetext": "#\nhello",
-      "nodeowner": "iPhoneX",
+      "node_id": "wanxtrk54ulhl0k8bd5mqd",
+      "node_text": "#\nhello",
+      "node_owner": "iPhoneX",
       "content_type": "sheet",
       "deleted": true,
       "attachment_name": ""
@@ -23,10 +23,10 @@ This is version 1 of the API documents to be created. For now this document outl
 
 "connections": [
     {
-      "connectid": "xboi6bducmngjv0yrgdhpf",
-      "startid": "7nltu5jdotbeb6t9hgm9dd",
-      "endid": "z67hbvdxr8nrsixn5nt6b9",
-      "connected": "true"
+      "connect_id": "xboi6bducmngjv0yrgdhpf",
+      "start_id": "7nltu5jdotbeb6t9hgm9dd",
+      "end_id": "z67hbvdxr8nrsixn5nt6b9",
+      "connected": true
     }
 
 ]
@@ -39,9 +39,9 @@ This is version 1 of the API documents to be created. For now this document outl
 
 "positions": [
 {
-"nodeid": "xwio4e5etcevxag3lzyj4",
-"xpos": 831,
-"ypos": 293,
+"node_id": "xwio4e5etcevxag3lzyj4",
+"x_pos": 831,
+"y_pos": 293,
 "width": 386,
 "height": 417
 }
@@ -55,9 +55,9 @@ This is version 1 of the API documents to be created. For now this document outl
 
 "emojis": [
 {
-"emojiid": "nxs9836kgelncf4bg61w7",
-"nodeid": "cejt3ul3b7awnh5gin8b2c",
-"emojitext": "👍"
+"emoji_id": "nxs9836kgelncf4bg61w7",
+"node_id": "cejt3ul3b7awnh5gin8b2c",
+"emoji_text": "👍"
 }
 ]
 
-- 
GitLab