File tree Expand file tree Collapse file tree 1 file changed +85
-22
lines changed Expand file tree Collapse file tree 1 file changed +85
-22
lines changed Original file line number Diff line number Diff line change 10
10
"url" : " http://localhost/api"
11
11
}
12
12
],
13
+ "tags" : [
14
+ {
15
+ "name" : " Components"
16
+ },
17
+ {
18
+ "name" : " Component Groups"
19
+ },
20
+ {
21
+ "name" : " Incidents"
22
+ },
23
+ {
24
+ "name" : " Incident Templates"
25
+ },
26
+ {
27
+ "name" : " Metrics"
28
+ },
29
+ {
30
+ "name" : " Schedules"
31
+ },
32
+ {
33
+ "name" : " Incident Updates"
34
+ },
35
+ {
36
+ "name" : " Schedule Updates"
37
+ },
38
+ {
39
+ "name" : " Metric Points"
40
+ },
41
+ {
42
+ "name" : " Cachet"
43
+ }
44
+ ],
13
45
"security" : [
14
46
{
15
47
"http" : []
33
65
"properties" : {
34
66
"data" : {
35
67
"type" : " string" ,
36
- "example" : " Pong!"
68
+ "enum" : [
69
+ " Pong!"
70
+ ]
37
71
}
38
72
},
39
73
"required" : [
67
101
"properties" : {
68
102
"version" : {
69
103
"type" : " string" ,
70
- "example" : " '3.x-dev'"
104
+ "enum" : [
105
+ " '3.x-dev'"
106
+ ]
71
107
}
72
108
},
73
109
"required" : [
3382
3418
"type" : " object" ,
3383
3419
"properties" : {
3384
3420
"data" : {
3385
- "$ref" : " #/components/schemas/ComponentGroup "
3421
+ "$ref" : " #/components/schemas/ComponentGroupIdentifier "
3386
3422
}
3387
3423
},
3388
3424
"required" : [
3505
3541
],
3506
3542
"title" : " ComponentGroup"
3507
3543
},
3544
+ "ComponentGroupIdentifier" : {
3545
+ "type" : " object" ,
3546
+ "properties" : {
3547
+ "type" : {
3548
+ "type" : " string" ,
3549
+ "enum" : [
3550
+ " componentGroups"
3551
+ ]
3552
+ },
3553
+ "id" : {
3554
+ "type" : " string"
3555
+ }
3556
+ },
3557
+ "required" : [
3558
+ " type" ,
3559
+ " id"
3560
+ ],
3561
+ "title" : " ComponentGroupIdentifier"
3562
+ },
3508
3563
"ComponentStatusEnum" : {
3509
3564
"type" : " integer" ,
3510
3565
"enum" : [
4044
4099
"type" : " object" ,
4045
4100
"properties" : {
4046
4101
"data" : {
4047
- "$ref" : " #/components/schemas/User "
4102
+ "$ref" : " #/components/schemas/UserIdentifier "
4048
4103
}
4049
4104
},
4050
4105
"required" : [
4282
4337
],
4283
4338
"title" : " Metric"
4284
4339
},
4340
+ "MetricIdentifier" : {
4341
+ "type" : " object" ,
4342
+ "properties" : {
4343
+ "type" : {
4344
+ "type" : " string" ,
4345
+ "enum" : [
4346
+ " metrics"
4347
+ ]
4348
+ },
4349
+ "id" : {
4350
+ "type" : " string"
4351
+ }
4352
+ },
4353
+ "required" : [
4354
+ " type" ,
4355
+ " id"
4356
+ ],
4357
+ "title" : " MetricIdentifier"
4358
+ },
4285
4359
"MetricPoint" : {
4286
4360
"type" : " object" ,
4287
4361
"properties" : {
4360
4434
"type" : " object" ,
4361
4435
"properties" : {
4362
4436
"data" : {
4363
- "$ref" : " #/components/schemas/Metric "
4437
+ "$ref" : " #/components/schemas/MetricIdentifier "
4364
4438
}
4365
4439
},
4366
4440
"required" : [
4902
4976
},
4903
4977
"title" : " UpdateScheduleRequestData"
4904
4978
},
4905
- "User " : {
4979
+ "UserIdentifier " : {
4906
4980
"type" : " object" ,
4907
4981
"properties" : {
4908
- "id" : {
4909
- "type" : " string"
4910
- },
4911
4982
"type" : {
4912
4983
"type" : " string"
4913
4984
},
4914
- "attributes" : {
4915
- "type" : " object" ,
4916
- "properties" : {
4917
- "id" : {
4918
- "type" : " string"
4919
- }
4920
- },
4921
- "required" : [
4922
- " id"
4923
- ]
4985
+ "id" : {
4986
+ "type" : " string"
4924
4987
}
4925
4988
},
4926
4989
"required" : [
4927
- " id " ,
4928
- " type "
4990
+ " type " ,
4991
+ " id "
4929
4992
],
4930
- "title" : " User "
4993
+ "title" : " UserIdentifier "
4931
4994
}
4932
4995
},
4933
4996
"responses" : {
You can’t perform that action at this time.
0 commit comments