From 5a46f9eb39f77bd8debceb0ee43c6ebba4d7fb47 Mon Sep 17 00:00:00 2001 From: Ludee Date: Tue, 15 Oct 2024 14:46:52 +0200 Subject: [PATCH] Add key copyrightStatement to sources #127 --- metadata/v200_draft/build_source/schemas/sources.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/metadata/v200_draft/build_source/schemas/sources.json b/metadata/v200_draft/build_source/schemas/sources.json index 06aa6186..d5ef5b65 100644 --- a/metadata/v200_draft/build_source/schemas/sources.json +++ b/metadata/v200_draft/build_source/schemas/sources.json @@ -97,6 +97,16 @@ ], "badge": "Bronze", "title": "Attribution" + }, + "copyrightStatement": { + "description": "A link or path that proves that the source or data has the appropriate license.", + "example": "https://www.marktstammdatenregister.de/MaStR/Startseite/Impressum", + "type": [ + "string", + "null" + ], + "badge": "Bronze", + "title": "Copyright Statement" } }, "badge": "Bronze",