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

---
 README.md | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)

diff --git a/README.md b/README.md
index 557f1be..d8cb749 100644
--- a/README.md
+++ b/README.md
@@ -4,24 +4,4 @@ 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
+This is planned to be expanded with option fields for services, locations, values and admins/people. Its expected to be available at /librehoster.json
\ No newline at end of file
-- 
GitLab