adiwg-mdjson_schemas 2.0.0.pre.alpha.14 → 2.0.0.pre.alpha.15

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: fe11e20d0b072e5c4a7349e61aac5fdd54910add
4
- data.tar.gz: 2074c488dc1aeedab7989d2189120d1a1c225ade
3
+ metadata.gz: b79677c18240942ec8a7ff5e1f2de1fc85f46923
4
+ data.tar.gz: 5c517c25ec0f10a1b08d4cca29fe6af750375f72
5
5
  SHA512:
6
- metadata.gz: d6c646dc9d5da865c6e2ed6aa15e50b9c0903afca5bede415585b341e1beeffc9670c668d4f7fc332a69f46f7771706daee7669245af2fa3411241b4c65d059a
7
- data.tar.gz: a61db90f7fcd42817f6d688e65d24f2e0525bd8a1d917cfde30bfbdf2f6f0903f05d9e26705a45ee5e6b1be704f3cafbf8415d96c0c087e63a5edc6a543c19d7
6
+ metadata.gz: beb5bb888adf06f4a96f3cb4a6b2e8f03a85965271890c4870b8d472c40b0c74a9a8a185fae809db1ed10cac875ba5843fd587f84c3f11361e79012db17acf33
7
+ data.tar.gz: 5715e6fb70a251e08aeb5f246a8bcfa3191805f90954d8bd05f7188c5f3154d732a8e90c178a3c53661a8e326fdcbe6bbe7bbbd0ae1bc48903aa0d11852b5851
@@ -13,7 +13,7 @@
13
13
  }, {
14
14
  "description": "description"
15
15
  }],
16
- "processStep": [{
16
+ "sourceProcessStep": [{
17
17
  "description": "description"
18
18
  }, {
19
19
  "description": "description"
@@ -1,6 +1,6 @@
1
1
  [{
2
2
  "dataset": "",
3
- "attribute": "",
4
- "feature": "",
3
+ "attributes": "",
4
+ "features": "",
5
5
  "other": ""
6
6
  }]
@@ -1,6 +1,6 @@
1
1
  [{
2
2
  "description": "description",
3
- "citation": {
3
+ "sourceCitation": {
4
4
  "title": "title"
5
5
  },
6
6
  "metadataCitation": [{
@@ -15,7 +15,7 @@
15
15
  "identifier": "identifier"
16
16
  }
17
17
  },
18
- "processStep": [{
18
+ "sourceProcessStep": [{
19
19
  "description": "description"
20
20
  }, {
21
21
  "description": "description"
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.0-alpha.14"
4
+ VERSION = "2.0.0-alpha.15"
5
5
  end
6
6
  end
@@ -127,6 +127,11 @@
127
127
  "items": {
128
128
  "$ref": "./citation.json#"
129
129
  }
130
+ },
131
+ "scope": {
132
+ "$ref": "./scope.json#",
133
+ "description": "Type of resource and/or extent to which the process information.",
134
+ "translation": {}
130
135
  }
131
136
  }
132
137
  },
@@ -146,7 +151,7 @@
146
151
  "ISO 19115-2": ["LI_Source > description"]
147
152
  }
148
153
  },
149
- "citation": {
154
+ "sourceCitation": {
150
155
  "description": "A citation providing information about the source dataset, including an online resource or other access instructions.",
151
156
  "translation": {
152
157
  "ISO 19115-2": ["LI_Source > sourceCitation > CI_Citation"],
@@ -162,8 +167,8 @@
162
167
  "$ref": "citation.json#"
163
168
  }
164
169
  },
165
- "scaleDenominator": {
166
- "type": "integer",
170
+ "spatialResolution": {
171
+ "$ref": "./spatialResolution.json#",
167
172
  "description": "The number below the line in a vulgar fraction",
168
173
  "translation": {}
169
174
  },
@@ -172,7 +177,7 @@
172
177
  "description": "Spatial reference system used by the source.",
173
178
  "translation": {}
174
179
  },
175
- "processStep": {
180
+ "sourceProcessStep": {
176
181
  "type": "array",
177
182
  "description": "A description of a non-trivial event or transformation taken to prepare the source data for use in creating the data identified by the data quality scope.",
178
183
  "translation": {
@@ -181,6 +186,11 @@
181
186
  "items": {
182
187
  "$ref": "#/definitions/processStep"
183
188
  }
189
+ },
190
+ "scope": {
191
+ "$ref": "./scope.json#",
192
+ "description": "Type of resource and/or extent to which the process information.",
193
+ "translation": {}
184
194
  }
185
195
  }
186
196
  }
@@ -32,14 +32,6 @@
32
32
  "$ref": "locale.json"
33
33
  }
34
34
  },
35
- "scope": {
36
- "type": "array",
37
- "description": "The scope/type of resource for which metadata is provided.",
38
- "translation": {},
39
- "items": {
40
- "$ref": "./scope.json#"
41
- }
42
- },
43
35
  "metadataContact": {
44
36
  "type": "array",
45
37
  "description": "Person or organization responsible for metadata information (metadata custodian).",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.0.0-alpha.14",
4
+ "version": "2.0.0-alpha.15",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
@@ -42,12 +42,12 @@
42
42
  "description": "Dataset to which the information applies.",
43
43
  "translation": {}
44
44
  },
45
- "attribute": {
45
+ "attributes": {
46
46
  "type": "string",
47
47
  "description": "Instances of attribute types to which the information is applied.",
48
48
  "translation": {}
49
49
  },
50
- "feature": {
50
+ "features": {
51
51
  "type": "string",
52
52
  "description": "Instances of feature types to which the information is applied.",
53
53
  "translation": {}
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: 2.0.0.pre.alpha.14
4
+ version: 2.0.0.pre.alpha.15
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: 2017-02-16 00:00:00.000000000 Z
11
+ date: 2017-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler