From 95a54c7057be93134d7e3b98eafc4a911331addf Mon Sep 17 00:00:00 2001 From: davidmfinol Date: Tue, 24 Oct 2023 04:38:15 +0000 Subject: [PATCH] [create-pull-request] automated change --- Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll | 2 +- docs/schema/CardGameDef.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll b/Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll index c412b11b..0d8accac 100644 --- a/Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll +++ b/Assets/Plugins/FinolDigital.Cgs.CardGameDef.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6da13709e8e3cda6c0712f083ab6e7466dfb3598ecd4d8b5e93bf5d1ff0651b8 +oid sha256:81c74959ca3a63e011c73821888d2fec5e74764e681f98bab8304462edebc3eb size 72704 diff --git a/docs/schema/CardGameDef.json b/docs/schema/CardGameDef.json index 6aa3a461..ec3593f1 100644 --- a/docs/schema/CardGameDef.json +++ b/docs/schema/CardGameDef.json @@ -1,6 +1,6 @@ { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "$id": "https://cardgamesim.finoldigital.com/schema/CardGameDef.json", + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "https://cardgamesim.finoldigital.com/schema/CardGameDef.json", "title": "CGS Custom Card Game", "type": "object", "description": "Card Game Simulator (CGS) custom card game specification", @@ -247,6 +247,10 @@ "description": "cgsGamesLink is a clickable url that will take the user directly to this game on the CGS Games website, which can be shared between users.", "format": "uri" }, + "copyright": { + "type": "string", + "description": "copyright indicates the legal owner of this Card Game. CGS will display this value in the bottom-left corner of the Main Menu." + }, "deckFileAltId": { "type": "string", "description": "When saving or loading a deck with NOT txt, deckFileAltId refers to the *Card:Property* used to uniquely identify each Card. For hsd, this is stored as a varint within the deck string.",