From e0ec67aad46fa8177c4c42d6e6f089becbdc9518 Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Wed, 7 Jun 2017 12:27:32 +0200 Subject: [PATCH 1/2] Fix property name --- schemas/contribution.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/contribution.json b/schemas/contribution.json index 198226a..fcea8e0 100644 --- a/schemas/contribution.json +++ b/schemas/contribution.json @@ -14,7 +14,7 @@ }, "contributor": { "properties": { - "uri": { + "ipfs": { "type": "string", "format": "uri", "title": "IPFS URI", From 831b36f61eb7f639d0df59dd04e0957d1a77d71c Mon Sep 17 00:00:00 2001 From: Garret Alfert Date: Wed, 7 Jun 2017 12:28:28 +0200 Subject: [PATCH 2/2] Change wording of description --- schemas/contributor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/contributor.json b/schemas/contributor.json index 8472cec..7978f7b 100644 --- a/schemas/contributor.json +++ b/schemas/contributor.json @@ -15,7 +15,7 @@ "kind": { "type": "string", "title": "Kind", - "description": "Type/category of contribution", + "description": "Category of contributor", "enum": [ "person", "organization",