diff --git a/src/data/schema/art.rs b/src/schema/art.rs similarity index 100% rename from src/data/schema/art.rs rename to src/schema/art.rs diff --git a/src/data/schema/card.rs b/src/schema/card.rs similarity index 100% rename from src/data/schema/card.rs rename to src/schema/card.rs diff --git a/src/data/schema/keyword.rs b/src/schema/keyword.rs similarity index 100% rename from src/data/schema/keyword.rs rename to src/schema/keyword.rs diff --git a/src/data/schema/mod.rs b/src/schema/mod.rs similarity index 100% rename from src/data/schema/mod.rs rename to src/schema/mod.rs diff --git a/src/data/schema/rarity.rs b/src/schema/rarity.rs similarity index 100% rename from src/data/schema/rarity.rs rename to src/schema/rarity.rs diff --git a/src/data/schema/region.rs b/src/schema/region.rs similarity index 100% rename from src/data/schema/region.rs rename to src/schema/region.rs diff --git a/src/data/schema/set.rs b/src/schema/set.rs similarity index 100% rename from src/data/schema/set.rs rename to src/schema/set.rs diff --git a/src/data/schema/speed.rs b/src/schema/speed.rs similarity index 100% rename from src/data/schema/speed.rs rename to src/schema/speed.rs diff --git a/src/data/schema/type.rs b/src/schema/type.rs similarity index 100% rename from src/data/schema/type.rs rename to src/schema/type.rs