Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
librehost api
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
librehosters
librehost api
Commits
e9b2f6f1
Commit
e9b2f6f1
authored
4 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Adds geo.
parent
f41f589d
Branches
geo
No related tags found
1 merge request
!3
Adds geo.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
librehost.json
+13
-1
13 additions, 1 deletion
librehost.json
with
13 additions
and
1 deletion
librehost.json
+
13
−
1
View file @
e9b2f6f1
{
"@context"
:
"http://schema.org"
,
"version"
:
"0.0.
1
"
,
"version"
:
"0.0.
2
"
,
"@type"
:
"Organization"
,
"organizationType"
:
"Informal collective"
,
"name"
:
"librehoster.example"
,
...
...
@@ -14,6 +14,18 @@
"termsOfServiceUrl"
:
"https://librehoster.example/policy/tos"
,
"isServiceProvider"
:
true
,
"foundingDate"
:
"YYYY"
,
"address"
:
{
"@type"
:
"PostalAddress"
,
"streetAddress"
:
"Avenue du general leclerc"
,
"addressLocality"
:
"Caluire et Cuire"
,
"postalCode"
:
"69300"
,
"addressCountry"
:
"France"
},
"geo"
:
{
"@type"
:
"GeoCoordinates"
,
"latitude"
:
45.8085724
,
"longitude"
:
4.8543727
},
"dateCreated"
:
"YYYY-MM-DDTHH:MM:SSZ"
,
"dateModified"
:
"2018-11-10T22:32:54Z"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment