Skip to content

Commit 7ae0773

Browse files
committed
feat(node-gateway):Add openapi spec
Signed-off-by: Jitpanu Maneeratpongsuk <jitpanu.maneeratpongsuk@rwth-aachen.de>
1 parent 06068e3 commit 7ae0773

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
2+
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
3+
# SPDX-License-Identifier: Apache-2.0
4+
---
5+
allOf:
6+
- $ref: ../node_obj.yaml
7+
- $ref: gateway.yaml
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# yaml-language-server: $schema=http://json-schema.org/draft-07/schema
2+
# SPDX-FileCopyrightText: 2014-2023 Institute for Automation of Complex Power Systems, RWTH Aachen University
3+
# SPDX-License-Identifier: Apache-2.0
4+
---
5+
allOf:
6+
- type: object
7+
properties:
8+
format:
9+
$ref: ../format_spec.yaml
10+
gateway_type:
11+
type: string
12+
address:
13+
type: string
14+
15+
- $ref: ../node.yaml

0 commit comments

Comments
 (0)