Skip to content

Commit 71de72b

Browse files
DdeHoogmvegter
authored andcommitted
fix: added subsystems to log API-source
1 parent 213adff commit 71de72b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

spec/openapi-source.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,8 @@ components:
780780
$ref: '#/components/schemas/LogOrigin'
781781
subtype:
782782
$ref: '#/components/schemas/LogSubtype'
783+
subsystems:
784+
$ref: '#/components/schemas/ArrayOfSubsystems'
783785
tags:
784786
$ref: '#/components/schemas/ArrayOfTags'
785787
rootLogId:

spec/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated on Fri, 26 Jun 2020 12:02:07 GMT
1+
# Generated on Tue, 30 Jun 2020 12:15:50 GMT
22

33
openapi: 3.0.0
44
info:
@@ -836,6 +836,8 @@ components:
836836
$ref: '#/components/schemas/EntityId'
837837
rootLogId:
838838
$ref: '#/components/schemas/EntityId'
839+
subsystems:
840+
$ref: '#/components/schemas/ArrayOfSubsystems'
839841
subtype:
840842
$ref: '#/components/schemas/LogSubtype'
841843
tags:
@@ -912,6 +914,8 @@ components:
912914
$ref: '#/components/schemas/EntityId'
913915
rootLogId:
914916
$ref: '#/components/schemas/EntityId'
917+
subsystems:
918+
$ref: '#/components/schemas/ArrayOfSubsystems'
915919
subtype:
916920
$ref: '#/components/schemas/LogSubtype'
917921
tags:

0 commit comments

Comments
 (0)