blob: 0397d7bcf581a188155d3611a2da8da78fd06816 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name: 'Not an integer'
description: |
An entry with a string instead of a number
position: ''
# # number (integer): Enter an integer here
number: "zero"
# # 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: ''
|