From 693d741a33c9a4df126a3383788e0721bb0c8077 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Fri, 20 Jul 2018 21:10:36 -0500 Subject: [PATCH] oMbP --- .DS_Store | Bin 0 -> 6148 bytes person1.json => data/person1.json | 0 person2.json => data/person2.json | 0 card.schema.yml => schema/card.schema.yml | 0 core-person.json => schema/core-person.json | 0 .../gaborMinimalPersonSchema.yml | 0 6 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .DS_Store rename person1.json => data/person1.json (100%) rename person2.json => data/person2.json (100%) rename card.schema.yml => schema/card.schema.yml (100%) rename core-person.json => schema/core-person.json (100%) rename gaborMinimalPersonSchema.yml => schema/gaborMinimalPersonSchema.yml (100%) diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..11896c320f7f1b2750b415b7562fe00f3390a9da GIT binary patch literal 6148 zcmeHKON-P%5U$>dYcfHI_(1TIt1yRsu*@Fg7>~k0WEXK|OeSH|kV%J0W=9zYa`tEV z{tuo+LHq^cFY#*iV?)N-^`^Me1>Ikzs;j#5^`v_W0LWk#Zv!|0U}EEFbg?@_xSzK* z*-(}%h=k`DXAxr=w|10EgJwW8@DDSpR)#7?(CLn^xDh?XK-y z?LG-oHV>+>nw5ia`dB>CIEj=#46F21e~3p>qleJ}P39x#`aPCcANh6xk>bYrImT8Tgn~TNHPS4%nUH06?et);; z_V@bBrSru!Z{OLw``}TreDU(t>o;%Tz5n=0l1T8R6mm`BDSSqyp`*PQjq!}#XnZUC z@m1t(`C2>ji|==PauQ7QjOE9ejW2o=N*F^52}~etFHp>;y9>vF`X!q7g-cbb8} G%D_+h_MVpj literal 0 HcmV?d00001 diff --git a/person1.json b/data/person1.json similarity index 100% rename from person1.json rename to data/person1.json diff --git a/person2.json b/data/person2.json similarity index 100% rename from person2.json rename to data/person2.json diff --git a/card.schema.yml b/schema/card.schema.yml similarity index 100% rename from card.schema.yml rename to schema/card.schema.yml diff --git a/core-person.json b/schema/core-person.json similarity index 100% rename from core-person.json rename to schema/core-person.json diff --git a/gaborMinimalPersonSchema.yml b/schema/gaborMinimalPersonSchema.yml similarity index 100% rename from gaborMinimalPersonSchema.yml rename to schema/gaborMinimalPersonSchema.yml