From 890483ea7f73e5a5c6a243ec4f084464bf1fa14c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 5 Jun 2017 14:34:31 +0200 Subject: [PATCH] Encrypt the Web --- schemas/contribution.json | 4 ++-- schemas/contributor.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/contribution.json b/schemas/contribution.json index fd96f52..7d70301 100644 --- a/schemas/contribution.json +++ b/schemas/contribution.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "http://schema.kosmos.org/Contribution", + "$schema": "https://json-schema.org/draft-04/schema#", + "id": "https://schema.kosmos.org/Contribution", "properties": { "@context": { "type": "string", diff --git a/schemas/contributor.json b/schemas/contributor.json index 9627475..f6a15a6 100644 --- a/schemas/contributor.json +++ b/schemas/contributor.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "http://schema.kosmos.org/Contributor", + "$schema": "https://json-schema.org/draft-04/schema#", + "id": "https://schema.kosmos.org/Contributor", "properties": { "@context": { "type": "string",