adiwg-mdjson_schemas 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64220b02fe4e3cd26aa87b7cc34edffd85e28385
4
- data.tar.gz: 7093bedfa973ed8fdfd1f42fdeece8ee443ece97
3
+ metadata.gz: c1b8f69bc54aadb4034e2e02f8e46662a2b3e448
4
+ data.tar.gz: 671ed131dbc8aedba4acf35f21aa8354b38f38d0
5
5
  SHA512:
6
- metadata.gz: 21c2932c0f293bec7c2d3f02a6306ace0582b731127c3c2879c67a9347f91b2a9c51c7ca3ca0f05a95c689d2ac6ed750ad0e19d49061534e50aa7dd737869be0
7
- data.tar.gz: 4b964e0632decdf5343f46a08048ffa5dd547821f23ba2a014e6013b1442456cfd6db2eb5ace703cf1a4f60144a05e1f03b64101ddd02348ddeccd73828c29b6
6
+ metadata.gz: 1f81ad68f06c4fba42863decdbe5c5d33bcd743e1fe852ff01384edf989c6fb64385f8325800a70bd36b28f971bb55d9ff44caa7e69a3b1a4f0a2edcae0a5a85
7
+ data.tar.gz: 112839522f6100f5d0966e7097b2514019b58e68c6454b14f4cc30ec65ecf1ecdbfa153b018eae7cfd48664424da3f905b8d38ede497fd079bfeabcc608edf3d
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "homepage": "https://github.com/adiwg/mdJson-schemas",
5
5
  "authors": [
6
6
  "Josh Bradley <jbradley@arcticlcc.org>"
@@ -4,6 +4,7 @@
4
4
  "individualName": "individualName",
5
5
  "organizationName": "organizationName",
6
6
  "positionName": "positionName",
7
+ "primaryRole": "primaryRole",
7
8
  "onlineResource": [
8
9
  {
9
10
  "uri": "http://thisisanexample1.com",
@@ -44,6 +45,7 @@
44
45
  "individualName": "Josh Bradley",
45
46
  "organizationName": "Arctic Landscape Conservation Cooperative",
46
47
  "positionName": "Data Manager",
48
+ "primaryRole": "custodian",
47
49
  "onlineResource": [
48
50
  {
49
51
  "uri": "http://arcticlcc.org",
@@ -202,4 +204,4 @@
202
204
  "electronicMailAddress": ["sirhc@moixaalaska.com"]
203
205
  }
204
206
  }
205
- ]
207
+ ]
@@ -7,6 +7,7 @@
7
7
  {
8
8
  "contactId":"1",
9
9
  "organizationName":"US Geological Survey - Alaska Science Center",
10
+ "primaryRole": "owner",
10
11
  "onlineResource":[
11
12
  {
12
13
  "uri":"http://alaska.usgs.gov/",
@@ -48,6 +49,7 @@
48
49
  "individualName":"Urban, Frank",
49
50
  "organizationName":"US Geological Survey",
50
51
  "positionName":"Research Geologist",
52
+ "primaryRole": "principleInvestigator",
51
53
  "onlineResource":[
52
54
  {
53
55
  "uri":"http://academic.research.microsoft.com/Author/27724864/frank-e-urban",
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "1.1.2"
4
+ VERSION = "1.1.3"
5
5
  end
6
6
  end
@@ -140,6 +140,11 @@
140
140
  "FGDC CSDGM": ["cntinfo > cntpos"]
141
141
  }
142
142
  },
143
+ "primaryRole": {
144
+ "type": "string",
145
+ "description": "The main role of the contact in relation to the resource.",
146
+ "example": "../../examples/full_example.json#/contact/1"
147
+ },
143
148
  "address": {
144
149
  "$ref": "#/definitions/address"
145
150
  },
@@ -254,4 +259,4 @@
254
259
  }
255
260
  }
256
261
  }
257
- }
262
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdjson_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2016-06-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler