diff --git a/specification/fairSyncApi.yml b/specification/fairSyncApi.yml index 93c76219f1bf261171d07cb953b6ac7d6f13f38e..e3a3948a0c9552afac1f96c9fdfe46416a3278d0 100644 --- a/specification/fairSyncApi.yml +++ b/specification/fairSyncApi.yml @@ -1,18 +1,17 @@ openapi: 3.0.2 info: - title: GoodDB API - version: 0.1.8 + title: FairSync API for synchronizing Organisations/Places between maps and platforms. See also https://nlnet.nl/project/FairSync + description: + version: 0.0.1 contact: - name: GoodDB Consortium - url: 'https://github.com/goodmap' + name: FairSync API + url: 'https://git.fairkom.net/fairsync' license: name: AGPLv3 - url: 'https://github.com/goodmap/gooddb-backend/blob/master/LICENSE' -servers: - - url: 'https://api.gooddb.io/v1/' - description: Public production server - - url: 'https://api-dev.gooddb.io/v1/' - description: Public unstable development server + url: 'https://git.fairkom.net/fairsync/maps/-/blob/master/LICENSE' +#servers: +# - url: 'https://...' +# description: ... security: - basicAuth: [] - bearerAuth: [] @@ -213,3 +212,12 @@ components: isPartner: type: boolean description: Does the place hold an active future partnership? + parameters: + BoundingBox: + name: boundingBox + in: query + description: Bounding Box with left bottom and right top coordinates + example: '42.27,-7.97,52.58,38.25' + allowEmptyValue: true + schema: + type: string \ No newline at end of file