From 0a977b358c0d0c732f1cbf01639c7815a2619ce1 Mon Sep 17 00:00:00 2001
From: realitygaps <realitygaps@weho.st>
Date: Sun, 11 Nov 2018 17:18:48 +0100
Subject: [PATCH] Proposed example for 0.0.1 spec

---
 librehoster.json | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 librehoster.json

diff --git a/librehoster.json b/librehoster.json
new file mode 100644
index 0000000..32413c0
--- /dev/null
+++ b/librehoster.json
@@ -0,0 +1,19 @@
+{
+    "@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"
+}
\ No newline at end of file
-- 
GitLab