Set of rules for the types.
For each rule, provide a path and either strictType or type.
If there is no node existing at path:
insert a node with strictType.
If there is a node existing at path but its type is not strictType or type:
set the node type to strictType or type.
Set of rules for the types. For each rule, provide a
path
and eitherstrictType
ortype
. If there is no node existing atpath
: insert a node withstrictType
. If there is a node existing atpath
but its type is notstrictType
ortype
: set the node type tostrictType
ortype
.