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", "name": "kosmos-schemas",
"version": "1.1.1", "version": "1.1.2",
"description": "JSON-LD schemas for Kosmos data formats", "description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

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

View File

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