18 lines
234 B
YAML
18 lines
234 B
YAML
%YAML 1.2
|
|
---
|
|
version: 1.1
|
|
|
|
family1:
|
|
redefine: true
|
|
exists: true
|
|
description: new description
|
|
|
|
family2:
|
|
exists: false
|
|
description: new description
|
|
|
|
family3:
|
|
redefine: true
|
|
exists: true
|
|
description: new description
|
|
...
|