From 6cd908037660da99622fb464995ebd56140de8a7 Mon Sep 17 00:00:00 2001 From: Fabien Richard-Allouard Date: Wed, 25 Sep 2024 09:46:48 +0200 Subject: [PATCH] Replace 'dependentRequired' keywords by 'dependencies' --- v2.3/system_information.json | 2 +- v3.0/system_information.json | 2 +- v3.1-RC/system_information.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2.3/system_information.json b/v2.3/system_information.json index 40e7ea83..cf5b42e3 100644 --- a/v2.3/system_information.json +++ b/v2.3/system_information.json @@ -578,7 +578,7 @@ } }, "required": ["system_id", "language", "name", "timezone"], - "dependentRequired": { + "dependencies": { "terms_url": ["terms_last_updated"], "privacy_url": ["privacy_last_updated"] } diff --git a/v3.0/system_information.json b/v3.0/system_information.json index 041a91f7..25429604 100644 --- a/v3.0/system_information.json +++ b/v3.0/system_information.json @@ -1220,7 +1220,7 @@ } ], "required": ["system_id", "languages", "name", "opening_hours", "feed_contact_email", "timezone"], - "dependentRequired": { + "dependencies": { "terms_url": ["terms_last_updated"], "privacy_url": ["privacy_last_updated"] }, diff --git a/v3.1-RC/system_information.json b/v3.1-RC/system_information.json index 9059d29d..35b3ef3a 100644 --- a/v3.1-RC/system_information.json +++ b/v3.1-RC/system_information.json @@ -1220,7 +1220,7 @@ } ], "required": ["system_id", "languages", "name", "opening_hours", "feed_contact_email", "timezone"], - "dependentRequired": { + "dependencies": { "terms_url": ["terms_last_updated"], "privacy_url": ["privacy_last_updated"] },