-
Notifications
You must be signed in to change notification settings - Fork 6
/
swagger.yaml
52 lines (49 loc) · 1.63 KB
/
swagger.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# Copyleft (c) 2022 Contributors to Smart Data Models initiative
#
components:
schemas:
EOGeoDataLayer:
$ref: "https://smart-data-models.github.io/dataModel.SatelliteImagery/EOGeoDataLayer/model.yaml#/EOGeoDataLayer"
info:
description: |
This entity contains a harmonised description of a generic EOGeoDataLayer made for the Satellite Imagerry domain. This entity is primarily associated with the output data layers related to Earth Observation Analysis applications.
title: EOGeoDataLayer
version: "0.0.1"
openapi: "3.0.0"
paths:
/ngsi-ld/v1/entities:
get:
description: "Retrieve a set of entities which matches a specific query from an NGSI-LD system"
parameters:
-
in: query
name: type
required: true
schema:
enum:
- EOGeoDataLayer
type: string
responses:
? "200"
:
content:
application/ld+json:
examples:
keyvalues:
summary: "Key-Values Pairs"
value:
-
$ref: "https://smart-data-models.github.io/dataModel.SatelliteImagery/EOGeoDataLayer/examples/example.json"
normalized:
summary: "Normalized NGSI-LD"
value:
-
$ref: "https://smart-data-models.github.io/dataModel.SatelliteImagery/EOGeoDataLayer/examples/example-normalized.jsonld"
description: OK
tags:
- ngsi-ld
tags:
-
description: "NGSI-LD Linked-data Format"
name: ngsi-ld