Skip to content
Snippets Groups Projects
Commit 63b29c94 authored by realitygaps's avatar realitygaps
Browse files

Update README.md

parent 7ab9f956
No related branches found
No related tags found
No related merge requests found
Pipeline #4 canceled with stages
# librehost api # librehost api
Librehoster API JSON scheme Librehoster API JSON schema
\ No newline at end of file
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment