From 63b29c9468acbefc390cfb36ee3abd5ea5e4695e Mon Sep 17 00:00:00 2001
From: realitygaps <realitygaps@weho.st>
Date: Sun, 11 Nov 2018 17:17:29 +0100
Subject: [PATCH] Update README.md

---
 README.md | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0c3b3ee..557f1be 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,27 @@
 # librehost api
 
-Librehoster API JSON scheme
\ No newline at end of file
+Librehoster API JSON schema
+
+Proposed format for json schema v0.0.1
+
+{
+    "@context" : "http://schema.org",
+    "@type" : "Organization",
+    "organizationType" : "Informal collective",
+    "name" : "librehoster.example",
+    "tagLine" : "providing services for everyone",
+    "homeUrl" : "https://librehoster.example",
+    "logo" : "https://librehoster.example/logo.png",
+    "description": "libre service provider",
+    "communicationLanguages": ["en", "fr", "nl"],
+    "contactUrl": "https://librehoster.example/contact",
+    "privacyPolicyUrl" : "https://librehoster.example/policy/privacy",
+    "termsOfServiceUrl" : "https://librehoster.example/policy/tos",
+    "isServiceProvider" : true,
+    "foundingDate": "YYYY",
+    "version": "0.0.1",
+    "dateCreated": "YYYY-MM-DDTHH:MM:54Z",
+    "dateModified": "2018-11-10T22:32:54Z"
+}
+
+This is planned to be expanded with option fields for services, locations, values and admins/people
\ No newline at end of file
-- 
GitLab