Skip to content

Commit

Permalink
🔥 Change schema URL back to premid domain.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored May 12, 2021
1 parent bf11972 commit e63bf19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions util/tools/auto/schemaValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import axios from "axios";
import { readFileSync } from "fs";
import { validate } from "jsonschema";

// https://schemas.premid.app/metadata/1.3
const latestMetadataSchema = "https://raw.githubusercontent.com/PreMiD/Schemas/master/schemas/metadata/1.3.json",
const latestMetadataSchema = "https://schemas.premid.app/metadata/1.3",
stats = {
validated: 0,
validatedWithWarnings: 0,
Expand Down

0 comments on commit e63bf19

Please sign in to comment.