From 3f4769be155cfcf9d735389cfcaa7c642ebee9a1 Mon Sep 17 00:00:00 2001 From: Adam Procter <adamprocter@researchnot.es> Date: Tue, 10 Mar 2020 10:57:11 +0000 Subject: [PATCH] missed width and height in positions json --- SCHEMA.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SCHEMA.md b/SCHEMA.md index 9d4681d..d1888b6 100644 --- a/SCHEMA.md +++ b/SCHEMA.md @@ -41,7 +41,9 @@ This is version 1 of the API documents to be created. For now this document outl { "nodeid": "xwio4e5etcevxag3lzyj4", "xpos": 831, -"ypos": 293 +"ypos": 293, +"width": 386, +"height": 417 } ] -- GitLab