2022-05-22 22:00:37 +02:00
|
|
|
---
|
|
|
|
properties:
|
2022-11-02 13:01:20 +01:00
|
|
|
- name: prop1
|
2022-05-22 22:00:37 +02:00
|
|
|
type: string
|
|
|
|
description: Dummy description of the prop1 string property.
|
|
|
|
required: true
|
|
|
|
|
2022-11-02 13:01:20 +01:00
|
|
|
- name: prop2
|
2022-05-22 22:00:37 +02:00
|
|
|
type: int
|
|
|
|
defaultValue: 10
|
|
|
|
description:
|
|
|
|
en: Another description for the integer property called prop2.
|
|
|
|
required: false
|
|
|
|
tags:
|
|
|
|
en:
|
|
|
|
- tag1
|
|
|
|
- tag2
|
2022-05-30 21:40:09 +02:00
|
|
|
|
2022-11-02 13:01:20 +01:00
|
|
|
- name: prop3
|
2022-05-30 21:40:09 +02:00
|
|
|
type: bool
|
|
|
|
defaultValue: false
|
|
|
|
description: |
|
|
|
|
A `bool` property with a complex multiline description and embedded Markdown:
|
|
|
|
|
|
|
|
- List item 1
|
|
|
|
- List item 2
|
|
|
|
|
|
|
|
More description how to use this property.
|
|
|
|
required: false
|
2022-11-02 13:01:20 +01:00
|
|
|
|
|
|
|
- name: a-prop
|
|
|
|
type: string
|
|
|
|
description: Property to demonstrate sorting.
|
|
|
|
required: true
|