Skip to content

Commit

Permalink
use schemas from sure domain
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed May 22, 2024
1 parent a120eb4 commit bb64c20
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions includes/enums/LitSchema.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

class LitSchema {

const INDEX = "https://litcal.org/api/dev/schemas/Index.json";
const DIOCESAN = "https://litcal.org/api/dev/schemas/DiocesanCalendar.json";
const NATIONAL = "https://litcal.org/api/dev/schemas/NationalCalendar.json";
const PROPRIUMDESANCTIS = "https://litcal.org/api/dev/schemas/PropriumDeSanctis.json";
const PROPRIUMDETEMPORE = "https://litcal.org/api/dev/schemas/PropriumDeTempore.json";
const WIDERREGION = "https://litcal.org/api/dev/schemas/WiderRegionCalendar.json";
const DECREEMEMORIALS = "https://litcal.org/api/dev/schemas/MemorialsFromDecrees.json";
const I18N = "https://litcal.org/api/dev/schemas/LitCalTranslation.json";
const METADATA = "https://litcal.org/api/dev/schemas/LitCalMetadata.json";
const LITCAL = "https://litcal.org/api/dev/schemas/LitCal.json";
const INDEX = "https://litcal.johnromanodorazio.com/api/dev/schemas/Index.json";
const DIOCESAN = "https://litcal.johnromanodorazio.com/api/dev/schemas/DiocesanCalendar.json";
const NATIONAL = "https://litcal.johnromanodorazio.com/api/dev/schemas/NationalCalendar.json";
const PROPRIUMDESANCTIS = "https://litcal.johnromanodorazio.com/api/dev/schemas/PropriumDeSanctis.json";
const PROPRIUMDETEMPORE = "https://litcal.johnromanodorazio.com/api/dev/schemas/PropriumDeTempore.json";
const WIDERREGION = "https://litcal.johnromanodorazio.com/api/dev/schemas/WiderRegionCalendar.json";
const DECREEMEMORIALS = "https://litcal.johnromanodorazio.com/api/dev/schemas/MemorialsFromDecrees.json";
const I18N = "https://litcal.johnromanodorazio.com/api/dev/schemas/LitCalTranslation.json";
const METADATA = "https://litcal.johnromanodorazio.com/api/dev/schemas/LitCalMetadata.json";
const LITCAL = "https://litcal.johnromanodorazio.com/api/dev/schemas/LitCal.json";

const ERROR_MESSAGES = [
LitSchema::INDEX => "Schema validation error: Index not updated",
Expand Down

0 comments on commit bb64c20

Please sign in to comment.