2019-03-03 13:54:14 +01:00
|
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
# ____ ____ ______ __ __ __ _____
|
|
|
|
|
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
|
|
|
|
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
|
|
|
|
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
|
|
|
|
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
|
|
|
|
# German BOS Information Script
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# for the test_config
|
|
|
|
|
types:
|
|
|
|
|
string: Hello World
|
|
|
|
|
bool: true
|
|
|
|
|
integer: 11
|
|
|
|
|
float: 3.14
|
|
|
|
|
|
|
|
|
|
# for the test_config
|
|
|
|
|
list:
|
|
|
|
|
- one
|
|
|
|
|
- two
|
2019-10-21 10:28:46 +02:00
|
|
|
- three
|
|
|
|
|
|
|
|
|
|
list1:
|
|
|
|
|
- list11:
|
|
|
|
|
- one
|
|
|
|
|
- two
|
|
|
|
|
- three
|
|
|
|
|
- list12:
|
|
|
|
|
- one
|
|
|
|
|
- two
|
|
|
|
|
- three
|
|
|
|
|
- string1
|
2020-04-14 18:33:49 +02:00
|
|
|
|
|
|
|
|
descriptor_test:
|
|
|
|
|
- scanField: tone
|
|
|
|
|
descrField: description
|
|
|
|
|
descriptions:
|
|
|
|
|
- for: 12345
|
|
|
|
|
add: Test 12345
|
|
|
|
|
- for: 23456
|
|
|
|
|
add: Test 23456
|