Build a schema mapping from a JSON map.
factory SchemaMap.fromJson(Map<String, dynamic> json) => _$SchemaMapFromJson(json);