summaryrefslogtreecommitdiff
path: root/tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-23 16:08:00 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2021-12-23 16:08:00 +0100
commitf37ef6193eaf8c02272c656314e615e6d3ae0a02 (patch)
treecac15085e5f780479815057bc996c7f382e5ce6d /tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml
parent9e9492fad4d58c6a19b091f3b85b3250700bfe86 (diff)
Limit a field to one among a list of values
Diffstat (limited to 'tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml')
-rw-r--r--tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml b/tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml
new file mode 100644
index 0000000..e0ca190
--- /dev/null
+++ b/tests/data/wrong/items/7496e7b7763b44d994ed07c134e66bdc.yaml
@@ -0,0 +1,14 @@
+name: 'Invalid category value'
+description: |
+ An entry where the category isn't in the list of valid values
+position: ''
+# # number (integer): Enter an integer here
+number: 0
+# # float (float): Enter a floating point number here
+float: 0.0
+# # price (decimal): prices are never float!
+price: '0'
+things: []
+# # cloud (cloud): There is no cloud type
+cloud:
+category: 'zeroeth'