skipNamingValidation property
If set, we will skip the naming format validation in the schema.
So the string values in DocumentSchema.EntityType.name
and
DocumentSchema.EntityType.Property.name
will not be checked.
Implementation
core.bool? skipNamingValidation;