-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathroot.yaml
65 lines (49 loc) · 2.63 KB
/
root.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
53
54
55
56
57
58
59
60
61
62
63
64
65
###############################################################################
## ##
## ##
## (c) Airbus DS Geo ##
## ##
## ##
## Contact: [email protected] ##
## ##
###############################################################################
info:
title: Airbus Defense and Space Geo - API root specification
description: |
This document describes Airbus Defense and Space Geo APIs.
contact:
url: http://www.geoapi-airbusds.com
version: '1.0'
###############################################################################
## ##
## GENERAL CONFIGuRATION ##
## ##
###############################################################################
consumes:
- application/json
produces:
- application/x-yaml
schemes:
- https
host: airbusgeo.github.io
swagger: '2.0'
###############################################################################
## ##
## OBJECTS DOCUMENTATION ##
## ##
###############################################################################
###############################################################################
## ##
## END POINTS DOCUMENTATION ##
## ##
###############################################################################
paths:
/api-docs/view.yaml:
get:
summary: Returns the yaml specification of the View API.
description: View API documentation. A beautified version can be consulted within the [browser](https://airbusgeo.github.io/geoapi-viewer/?url=https://airbusgeo.github.io/api-docs/view.yaml)
responses:
'200':
description: Request successful
tags:
- Specification