Skip to content

Commit

Permalink
✨ Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Dec 25, 2020
1 parent 6161e4a commit ef6d3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemaValidator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { blue, green, red, yellow } from "chalk";
import axios from "axios";
import { validate } from "jsonschema";

const latestMetadataSchema = "https://schemas.premid.app/metadata/1.2",
const latestMetadataSchema = "https://schemas.premid.app/metadata/1.3",
stats = {
validated: 0,
validatedWithWarnings: 0,
Expand Down

0 comments on commit ef6d3f3

Please sign in to comment.