File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ # Copyleft (c) 2022 Contributors to Smart Data Models initiative
3+ #
4+
5+
6+ components :
7+ schemas :
8+ CarbonFootprint :
9+ $ref : " https://smart-data-models.github.io/dataModel.Environment/CarbonFootprint/model.yaml#/CarbonFootprint"
10+ info :
11+ description : |
12+ Data model to represent the carbon footprint in CO2 equivalents.
13+ title : CarbonFootprint
14+ version : " 0.0.1"
15+ openapi : " 3.0.0"
16+
17+ paths :
18+ /ngsi-ld/v1/entities :
19+ get :
20+ description : " Retrieve a set of entities which matches a specific query from an NGSI-LD system"
21+ parameters :
22+ -
23+ in : query
24+ name : type
25+ required : true
26+ schema :
27+ enum :
28+ - CarbonFootprint
29+ type : string
30+ responses :
31+ ? "200"
32+ :
33+ content :
34+ application/ld+json :
35+ examples :
36+ keyvalues :
37+ summary : " Key-Values Pairs"
38+ value :
39+ -
40+ $ref : " https://smart-data-models.github.io/dataModel.Environment/CarbonFootprint/examples/example.json"
41+ normalized :
42+ summary : " Normalized NGSI-LD"
43+ value :
44+ -
45+ $ref : " https://smart-data-models.github.io/dataModel.Environment/CarbonFootprint/examples/example-normalized.jsonld"
46+ description : OK
47+ tags :
48+ - ngsi-ld
49+ tags :
50+ -
51+ description : " NGSI-LD Linked-data Format"
52+ name : ngsi-ld
You can’t perform that action at this time.
0 commit comments