/ittf/models/cheatsheets/yaml/index.ittf.ittf (primary)
edit
1 meta
2 schema yaml
3 language yaml
4 element
5 tag {
6 ast
7 category
8 item
9 title Simple object
10 ittf
11 {
12 name "stefi"
14 item
15 title Property value types
16 ittf
17 {
18 # strings can be quoted
19 name "stefi"
20 # or unquoted
21 email wizzi
22 integer 3
23 float 3.45
24 # true is boolean
25 boolean true
26 item
27 title Complex object
28 ittf
29 {
30 name "stefi"
31 job "wizzi"
32 [ friends
33 "arthur"
34 "marius"
35 "george"
36 { states
37 id 1
38 name Washington
39 item
40 title Error: invalid root node
41 is-error true
42 ittf
43 version 2.1
44 name duby
45 item
46 title Error: missing property name
47 is-error true
48 ittf
49 {
50 name "stefi"
51 {
52 id 1
53 name Washington
54 element
55 tag [
56 ast
57 category
58 item
59 title Array of scalars
60 ittf
61 [
62 alpha
63 beta
64 1
65 true
66 item
67 title Array of objects
68 ittf
69 [
70 {
71 id 1
72 name george
73 {
74 id 2
75 name mildred
76 item
77 title Array of arrays of scalars
78 ittf
79 [
80 [
81 sigma
82 tau
83 [
84 nexus
85 plexus
86 item
87 title Array of arrays of objects
88 ittf
89 [
90 [
91 {
92 id 1
93 letter delta
94 {
95 id 2
96 letter gamma
97 [
98 {
99 id 1
100 letter lambda
101 {
102 id 1
103 letter omega