4 Commits

Author SHA1 Message Date
75b8b00497 1.1.2 2017-06-07 13:05:34 +02:00
3b656d0ab9 Merge pull request #1 from 67P/fixes
Minor wording/typo fixes
2017-06-07 13:05:03 +02:00
831b36f61e Change wording of description 2017-06-07 12:28:28 +02:00
e0ec67aad4 Fix property name 2017-06-07 12:27:32 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "kosmos-schemas",
"version": "1.1.1",
"version": "1.1.2",
"description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js",
"scripts": {

View File

@@ -14,7 +14,7 @@
},
"contributor": {
"properties": {
"uri": {
"ipfs": {
"type": "string",
"format": "uri",
"title": "IPFS URI",

View File

@@ -15,7 +15,7 @@
"kind": {
"type": "string",
"title": "Kind",
"description": "Type/category of contribution",
"description": "Category of contributor",
"enum": [
"person",
"organization",