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 +4 -4
- data/bower.json +1 -1
- data/examples/contact.json +3 -1
- data/examples/full_example.json +2 -0
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/schema/contact.json +6 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1b8f69bc54aadb4034e2e02f8e46662a2b3e448
|
4
|
+
data.tar.gz: 671ed131dbc8aedba4acf35f21aa8354b38f38d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f81ad68f06c4fba42863decdbe5c5d33bcd743e1fe852ff01384edf989c6fb64385f8325800a70bd36b28f971bb55d9ff44caa7e69a3b1a4f0a2edcae0a5a85
|
7
|
+
data.tar.gz: 112839522f6100f5d0966e7097b2514019b58e68c6454b14f4cc30ec65ecf1ecdbfa153b018eae7cfd48664424da3f905b8d38ede497fd079bfeabcc608edf3d
|
data/bower.json
CHANGED
data/examples/contact.json
CHANGED
@@ -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
|
+
]
|
data/examples/full_example.json
CHANGED
@@ -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",
|
data/schema/schema/contact.json
CHANGED
@@ -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.
|
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-
|
11
|
+
date: 2016-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|