14 lines
221 B
YAML
14 lines
221 B
YAML
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
title: Grandchild binding
|
||
|
description: Grandchild binding
|
||
|
|
||
|
properties:
|
||
|
foo:
|
||
|
category: optional
|
||
|
type: int
|
||
|
|
||
|
baz:
|
||
|
category: required
|
||
|
type: int
|