mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 23:59:06 +08:00
11 lines
155 B
YAML
11 lines
155 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
properties:
|
|
foo:
|
|
required: false
|
|
type: int
|
|
|
|
baz:
|
|
required: true
|
|
type: int
|