From b8351fbc050e5c231fffc58ffcec40e970f53950 Mon Sep 17 00:00:00 2001 From: TheGiddyLimit Date: Tue, 17 May 2022 21:22:34 +0100 Subject: [PATCH] chore(test): recompile schemas --- _schema-fast/homebrew.json | 6 ++++-- _schema/homebrew.json | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/_schema-fast/homebrew.json b/_schema-fast/homebrew.json index 536c856eba..5798ffd2b1 100644 --- a/_schema-fast/homebrew.json +++ b/_schema-fast/homebrew.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "version": "1.7.4", + "version": "1.8.0", "type": "object", "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`", "definitions": { @@ -280,7 +280,9 @@ } }, "required": [ - "sources" + "sources", + "dateAdded", + "dateLastModified" ], "additionalProperties": false }, diff --git a/_schema/homebrew.json b/_schema/homebrew.json index 447e90a5b6..78bdc57374 100644 --- a/_schema/homebrew.json +++ b/_schema/homebrew.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "version": "1.7.4", + "version": "1.8.0", "type": "object", "description": "Homebrew for 5etools. Should include arrays titled similarly to the main site data, e.g. `spell` or `class`", "definitions": { @@ -282,7 +282,9 @@ } }, "required": [ - "sources" + "sources", + "dateAdded", + "dateLastModified" ], "additionalProperties": false },