font-awesomeType

Some default types and examples?

circle-info

If an object is marked as <A>#<B>,

It means a specific type B of A is required.

<List#Map#Message> requires a list of objects, where each object type is Message.

Map One-to-one mapping

circle-info

Empty object:

key: {}
key:
    a: 1
    b: 2

List List

circle-info

Empty list:

key: []
key:
    - a
    - b
    - c

String String

key: "abc"

circle-info

For multiline text usage, see https://yaml-multiline.infoarrow-up-right

Boolean True or False

key: true/false

Number Number

key: 123

Last updated