A map of the properties of the object to the nested Schemas for those properties.
Map<String, Schema>? get properties => (_value[Keys.properties] as Map?)?.cast<String, Schema>();