mirror of
https://github.com/Bornholm/formidable.git
synced 2024-12-23 15:29:33 +01:00
19 lines
219 B
HCL
19 lines
219 B
HCL
test = 1
|
|
|
|
test1 = 2 + 1
|
|
|
|
foo = {
|
|
description = "Ça fait des trucs"
|
|
type = "object"
|
|
properties = {
|
|
type = "string"
|
|
minLength = 5
|
|
}
|
|
test = [
|
|
"foo",
|
|
{
|
|
test = "foo"
|
|
},
|
|
5 + 5.2
|
|
]
|
|
} |