View gist:b8246b4b53a270e9ac098f2a45371dab
{ | |
"openapi":"3.0.2", | |
"info":{ | |
"title":"GeoServer Web Feature Service", | |
"description":"This is the reference implementation of WFS 1.0.0 and WFS 1.1.0, supports all WFS operations including Transaction.", | |
"contact":{ | |
"name":"Jorge - pygeoapi", | |
"email":"foo@protonmail.com" | |
}, | |
"version":"2.18-SNAPSHOT" |
View gist:ba60a4f609f000e0b43363a984812b9f
{ | |
'server': { | |
'bind': { | |
'host': '0.0.0.0', | |
'port': 5000 | |
}, | |
'url': 'http://localhost:5000/', | |
'mimetype': 'application/json; charset=UTF-8', | |
'encoding': 'utf-8', | |
'language': 'en-US', |
View gist:641f349e9fd559c763e2b8fcf6f71ee0
{ | |
'openapi': '3.0.2', | |
'tags': [ | |
{ | |
'name': 'server', | |
'description': 'pygeoapi provides an API to geospatial data', | |
'externalDocs': { | |
'description': 'information', | |
'url': 'http://example.org' | |
} |