File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
doc/openapi/components/schemas/config/nodes Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments