-
Notifications
You must be signed in to change notification settings - Fork 0
/
inflector.yaml
59 lines (58 loc) · 2.85 KB
/
inflector.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
controllerPackage: io.swagger.handler
modelPackage: io.swagger.model
swaggerUrl: ./src/main/swagger/swagger.json
modelMappings:
MeasurementValue : io.swagger.model.MeasurementValue
MeasurementPost : io.swagger.model.MeasurementPost
AggregatedCorrelation : io.swagger.model.AggregatedCorrelation
Connection : io.swagger.model.Connection
Connector : io.swagger.model.Connector
Correlation : io.swagger.model.Correlation
Credential : io.swagger.model.Credential
Measurement : io.swagger.model.Measurement
MeasurementExport : io.swagger.model.MeasurementExport
Source : io.swagger.model.Source
Unit : io.swagger.model.Unit
UnitCategory : io.swagger.model.UnitCategory
UnitConversion : io.swagger.model.UnitConversion
Update : io.swagger.model.Update
UserVariable : io.swagger.model.UserVariable
Variable : io.swagger.model.Variable
VariableCategory : io.swagger.model.VariableCategory
VariableUserSource : io.swagger.model.VariableUserSource
Vote : io.swagger.model.Vote
InlineResponse200 : io.swagger.model.InlineResponse200
InlineResponse2001 : io.swagger.model.InlineResponse2001
InlineResponse2002 : io.swagger.model.InlineResponse2002
InlineResponse2003 : io.swagger.model.InlineResponse2003
InlineResponse2004 : io.swagger.model.InlineResponse2004
InlineResponse2005 : io.swagger.model.InlineResponse2005
InlineResponse2006 : io.swagger.model.InlineResponse2006
InlineResponse2007 : io.swagger.model.InlineResponse2007
InlineResponse2008 : io.swagger.model.InlineResponse2008
InlineResponse2009 : io.swagger.model.InlineResponse2009
InlineResponse20010 : io.swagger.model.InlineResponse20010
InlineResponse20011 : io.swagger.model.InlineResponse20011
InlineResponse20012 : io.swagger.model.InlineResponse20012
InlineResponse20013 : io.swagger.model.InlineResponse20013
InlineResponse20014 : io.swagger.model.InlineResponse20014
InlineResponse20015 : io.swagger.model.InlineResponse20015
InlineResponse20016 : io.swagger.model.InlineResponse20016
InlineResponse20017 : io.swagger.model.InlineResponse20017
InlineResponse20018 : io.swagger.model.InlineResponse20018
InlineResponse20019 : io.swagger.model.InlineResponse20019
InlineResponse20020 : io.swagger.model.InlineResponse20020
InlineResponse20021 : io.swagger.model.InlineResponse20021
InlineResponse20022 : io.swagger.model.InlineResponse20022
InlineResponse20023 : io.swagger.model.InlineResponse20023
InlineResponse20024 : io.swagger.model.InlineResponse20024
InlineResponse20025 : io.swagger.model.InlineResponse20025
InlineResponse20026 : io.swagger.model.InlineResponse20026
InlineResponse20027 : io.swagger.model.InlineResponse20027
InlineResponse20028 : io.swagger.model.InlineResponse20028
InlineResponse20029 : io.swagger.model.InlineResponse20029
InlineResponse20030 : io.swagger.model.InlineResponse20030
entityProcessors:
- json
- xml
- yaml