10 lines
101 B
YAML
10 lines
101 B
YAML
|
|
%YAML 1.2
|
||
|
|
---
|
||
|
|
version: 1.1
|
||
|
|
|
||
|
|
var:
|
||
|
|
description: the first variable
|
||
|
|
type: integer
|
||
|
|
multi: true
|
||
|
|
...
|