Convert from JSON representation
factory Schema.fromJson(Map<String, dynamic> json) => fromJsonWithLogging(json, _$SchemaFromJson);