opengeospatial / sensorthings

The official web site of the OGC SensorThings API standard specification.
132 stars 28 forks source link

OpenAPI description #92

Open hylkevds opened 4 years ago

hylkevds commented 4 years ago

Since the question about an OpenAPI description comes back regularly, I've written a generator to create such a specification from the SensorThings API data model:

This only covers the paths:

  1. /v1.1
  2. /v1.1/Collection
  3. /v1.1/Collection(entityId)
  4. /v1.1/Collection(entityId)/Relation
  5. /v1.1/Collection(entityId)/Relation/Relation
  6. /v1.1/Collection(entityId)/Relation/Relation/Relation

I hope this is useful for someone :)