adiwg-mdjson_schemas 2.4.9 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +42 -2
  3. data/adiwg-json_schemas.gemspec +1 -0
  4. data/examples/boundingBox.json +18 -6
  5. data/examples/entityAttribute.json +1 -0
  6. data/examples/geodetic.json +20 -0
  7. data/examples/geographicExtent.json +47 -22
  8. data/examples/geologicAge.json +12 -0
  9. data/examples/mdJson.json +104 -16
  10. data/examples/obliqueLinePoint.json +9 -0
  11. data/examples/projection.json +50 -0
  12. data/examples/referenceSystemParameterSet.json +38 -0
  13. data/examples/source.json +1 -0
  14. data/examples/spatialReference.json +16 -4
  15. data/examples/spatialResolution.json +21 -0
  16. data/examples/timeInstant.json +20 -0
  17. data/examples/timePeriod.json +19 -0
  18. data/examples/verticalDatum.json +13 -0
  19. data/lib/adiwg/mdjson_schemas/version.rb +1 -1
  20. data/package.json +3 -3
  21. data/schema/entityAttribute.json +7 -0
  22. data/schema/geodetic.json +71 -0
  23. data/schema/geographicExtent.json +75 -9
  24. data/schema/geologicAge.json +54 -0
  25. data/schema/lineage.json +7 -0
  26. data/schema/projection.json +333 -0
  27. data/schema/referenceSystemParameterSet.json +73 -0
  28. data/schema/resourceInfo.json +3 -1
  29. data/schema/schema.json +1 -1
  30. data/schema/spatialReference.json +15 -0
  31. data/schema/spatialResolution.json +158 -2
  32. data/schema/timeInstant.json +16 -2
  33. data/schema/timePeriod.json +62 -26
  34. data/schema/verticalDatum.json +56 -0
  35. data/test/tc_geodetic.rb +8 -0
  36. data/test/tc_geologicAge.rb +8 -0
  37. data/test/tc_obliqueLinePoint.rb +8 -0
  38. data/test/tc_projection.rb +27 -0
  39. data/test/tc_referenceSystemParameterSet.rb +8 -0
  40. data/test/tc_verticalDatum.rb +8 -0
  41. data/test/test.js +2 -1
  42. data/yarn.lock +81 -116
  43. metadata +40 -4
  44. data/package-lock.json +0 -405
data/yarn.lock CHANGED
@@ -2,37 +2,37 @@
2
2
  # yarn lockfile v1
3
3
 
4
4
 
5
- ajv@^5.2.2:
6
- version "5.5.2"
7
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-5.5.2.tgz#73b5eeca3fab653e3d3f9422b341ad42205dc965"
5
+ ajv@^6.5.0:
6
+ version "6.5.3"
7
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.5.3.tgz#71a569d189ecf4f4f321224fecb166f071dd90f9"
8
8
  dependencies:
9
- co "^4.6.0"
10
- fast-deep-equal "^1.0.0"
9
+ fast-deep-equal "^2.0.1"
11
10
  fast-json-stable-stringify "^2.0.0"
12
- json-schema-traverse "^0.3.0"
11
+ json-schema-traverse "^0.4.1"
12
+ uri-js "^4.2.2"
13
13
 
14
14
  balanced-match@^1.0.0:
15
15
  version "1.0.0"
16
16
  resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
17
17
 
18
18
  brace-expansion@^1.1.7:
19
- version "1.1.8"
20
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.8.tgz#c07b211c7c952ec1f8efd51a77ef0d1d3990a292"
19
+ version "1.1.11"
20
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
21
21
  dependencies:
22
22
  balanced-match "^1.0.0"
23
23
  concat-map "0.0.1"
24
24
 
25
- browser-stdout@1.3.0:
26
- version "1.3.0"
27
- resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.0.tgz#f351d32969d32fa5d7a5567154263d928ae3bd1f"
25
+ browser-stdout@1.3.1:
26
+ version "1.3.1"
27
+ resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
28
28
 
29
- buildify@^0.4.0:
29
+ "buildify@github:powmedia/buildify#20458a121411f759dcc5ec1b441695eb7fc2b3b7":
30
30
  version "0.4.0"
31
- resolved "https://registry.yarnpkg.com/buildify/-/buildify-0.4.0.tgz#20c8bde20488b32588ce92a4189672a084d3a0c4"
31
+ resolved "https://codeload.github.com/powmedia/buildify/tar.gz/20458a121411f759dcc5ec1b441695eb7fc2b3b7"
32
32
  dependencies:
33
33
  clean-css "0.6.0"
34
34
  mkdirp "0.3.2"
35
- uglify-js "1.3.4"
35
+ uglify-es "3.0.22"
36
36
  underscore "1.3.3"
37
37
 
38
38
  clean-css@0.6.0:
@@ -41,11 +41,11 @@ clean-css@0.6.0:
41
41
  dependencies:
42
42
  optimist "0.3.x"
43
43
 
44
- co@^4.6.0:
45
- version "4.6.0"
46
- resolved "https://registry.yarnpkg.com/co/-/co-4.6.0.tgz#6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184"
44
+ commander@2.15.1:
45
+ version "2.15.1"
46
+ resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
47
47
 
48
- commander@2.9.0:
48
+ commander@~2.9.0:
49
49
  version "2.9.0"
50
50
  resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
51
51
  dependencies:
@@ -55,23 +55,23 @@ concat-map@0.0.1:
55
55
  version "0.0.1"
56
56
  resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
57
57
 
58
- debug@2.6.8:
59
- version "2.6.8"
60
- resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
58
+ debug@3.1.0:
59
+ version "3.1.0"
60
+ resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
61
61
  dependencies:
62
62
  ms "2.0.0"
63
63
 
64
- diff@3.2.0:
65
- version "3.2.0"
66
- resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
64
+ diff@3.5.0:
65
+ version "3.5.0"
66
+ resolved "https://registry.yarnpkg.com/diff/-/diff-3.5.0.tgz#800c0dd1e0a8bfbc95835c202ad220fe317e5a12"
67
67
 
68
68
  escape-string-regexp@1.0.5:
69
69
  version "1.0.5"
70
70
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
71
71
 
72
- fast-deep-equal@^1.0.0:
73
- version "1.0.0"
74
- resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz#96256a3bc975595eb36d82e9929d060d893439ff"
72
+ fast-deep-equal@^2.0.1:
73
+ version "2.0.1"
74
+ resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
75
75
 
76
76
  fast-json-stable-stringify@^2.0.0:
77
77
  version "2.0.0"
@@ -81,20 +81,20 @@ fs.realpath@^1.0.0:
81
81
  version "1.0.0"
82
82
  resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
83
83
 
84
- glob@7.1.1:
85
- version "7.1.1"
86
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
84
+ glob@7.1.2:
85
+ version "7.1.2"
86
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
87
87
  dependencies:
88
88
  fs.realpath "^1.0.0"
89
89
  inflight "^1.0.4"
90
90
  inherits "2"
91
- minimatch "^3.0.2"
91
+ minimatch "^3.0.4"
92
92
  once "^1.3.0"
93
93
  path-is-absolute "^1.0.0"
94
94
 
95
95
  glob@^7.0.5, glob@^7.1.2:
96
- version "7.1.2"
97
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
96
+ version "7.1.3"
97
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
98
98
  dependencies:
99
99
  fs.realpath "^1.0.0"
100
100
  inflight "^1.0.4"
@@ -107,13 +107,13 @@ glob@^7.0.5, glob@^7.1.2:
107
107
  version "1.0.1"
108
108
  resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"
109
109
 
110
- growl@1.9.2:
111
- version "1.9.2"
112
- resolved "https://registry.yarnpkg.com/growl/-/growl-1.9.2.tgz#0ea7743715db8d8de2c5ede1775e1b45ac85c02f"
110
+ growl@1.10.5:
111
+ version "1.10.5"
112
+ resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
113
113
 
114
- has-flag@^1.0.0:
115
- version "1.0.0"
116
- resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa"
114
+ has-flag@^3.0.0:
115
+ version "3.0.0"
116
+ resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
117
117
 
118
118
  he@1.1.1:
119
119
  version "1.1.1"
@@ -130,62 +130,11 @@ inherits@2:
130
130
  version "2.0.3"
131
131
  resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
132
132
 
133
- json-schema-traverse@^0.3.0:
134
- version "0.3.1"
135
- resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz#349a6d44c53a51de89b40805c5d5e59b417d3340"
136
-
137
- json3@3.3.2:
138
- version "3.3.2"
139
- resolved "https://registry.yarnpkg.com/json3/-/json3-3.3.2.tgz#3c0434743df93e2f5c42aee7b19bcb483575f4e1"
140
-
141
- lodash._baseassign@^3.0.0:
142
- version "3.2.0"
143
- resolved "https://registry.yarnpkg.com/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz#8c38a099500f215ad09e59f1722fd0c52bfe0a4e"
144
- dependencies:
145
- lodash._basecopy "^3.0.0"
146
- lodash.keys "^3.0.0"
147
-
148
- lodash._basecopy@^3.0.0:
149
- version "3.0.1"
150
- resolved "https://registry.yarnpkg.com/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz#8da0e6a876cf344c0ad8a54882111dd3c5c7ca36"
151
-
152
- lodash._basecreate@^3.0.0:
153
- version "3.0.3"
154
- resolved "https://registry.yarnpkg.com/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz#1bc661614daa7fc311b7d03bf16806a0213cf821"
155
-
156
- lodash._getnative@^3.0.0:
157
- version "3.9.1"
158
- resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
133
+ json-schema-traverse@^0.4.1:
134
+ version "0.4.1"
135
+ resolved "https://registry.yarnpkg.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz#69f6a87d9513ab8bb8fe63bdb0979c448e684660"
159
136
 
160
- lodash._isiterateecall@^3.0.0:
161
- version "3.0.9"
162
- resolved "https://registry.yarnpkg.com/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz#5203ad7ba425fae842460e696db9cf3e6aac057c"
163
-
164
- lodash.create@3.1.1:
165
- version "3.1.1"
166
- resolved "https://registry.yarnpkg.com/lodash.create/-/lodash.create-3.1.1.tgz#d7f2849f0dbda7e04682bb8cd72ab022461debe7"
167
- dependencies:
168
- lodash._baseassign "^3.0.0"
169
- lodash._basecreate "^3.0.0"
170
- lodash._isiterateecall "^3.0.0"
171
-
172
- lodash.isarguments@^3.0.0:
173
- version "3.1.0"
174
- resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
175
-
176
- lodash.isarray@^3.0.0:
177
- version "3.0.4"
178
- resolved "https://registry.yarnpkg.com/lodash.isarray/-/lodash.isarray-3.0.4.tgz#79e4eb88c36a8122af86f844aa9bcd851b5fbb55"
179
-
180
- lodash.keys@^3.0.0:
181
- version "3.1.2"
182
- resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
183
- dependencies:
184
- lodash._getnative "^3.0.0"
185
- lodash.isarguments "^3.0.0"
186
- lodash.isarray "^3.0.0"
187
-
188
- minimatch@^3.0.2, minimatch@^3.0.4:
137
+ minimatch@3.0.4, minimatch@^3.0.4:
189
138
  version "3.0.4"
190
139
  resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
191
140
  dependencies:
@@ -193,34 +142,33 @@ minimatch@^3.0.2, minimatch@^3.0.4:
193
142
 
194
143
  minimist@0.0.8:
195
144
  version "0.0.8"
196
- resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
145
+ resolved "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
197
146
 
198
147
  mkdirp@0.3.2:
199
148
  version "0.3.2"
200
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.3.2.tgz#4bfb891e9c48b93d6b567f2c3cf2dd3f56bcdef8"
149
+ resolved "http://registry.npmjs.org/mkdirp/-/mkdirp-0.3.2.tgz#4bfb891e9c48b93d6b567f2c3cf2dd3f56bcdef8"
201
150
 
202
151
  mkdirp@0.5.1, mkdirp@^0.5.1:
203
152
  version "0.5.1"
204
- resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
153
+ resolved "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
205
154
  dependencies:
206
155
  minimist "0.0.8"
207
156
 
208
- mocha@^3.5.0:
209
- version "3.5.3"
210
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-3.5.3.tgz#1e0480fe36d2da5858d1eb6acc38418b26eaa20d"
157
+ mocha@^5.2.0:
158
+ version "5.2.0"
159
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-5.2.0.tgz#6d8ae508f59167f940f2b5b3c4a612ae50c90ae6"
211
160
  dependencies:
212
- browser-stdout "1.3.0"
213
- commander "2.9.0"
214
- debug "2.6.8"
215
- diff "3.2.0"
161
+ browser-stdout "1.3.1"
162
+ commander "2.15.1"
163
+ debug "3.1.0"
164
+ diff "3.5.0"
216
165
  escape-string-regexp "1.0.5"
217
- glob "7.1.1"
218
- growl "1.9.2"
166
+ glob "7.1.2"
167
+ growl "1.10.5"
219
168
  he "1.1.1"
220
- json3 "3.3.2"
221
- lodash.create "3.1.1"
169
+ minimatch "3.0.4"
222
170
  mkdirp "0.5.1"
223
- supports-color "3.1.2"
171
+ supports-color "5.4.0"
224
172
 
225
173
  ms@2.0.0:
226
174
  version "2.0.0"
@@ -242,26 +190,43 @@ path-is-absolute@^1.0.0:
242
190
  version "1.0.1"
243
191
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
244
192
 
193
+ punycode@^2.1.0:
194
+ version "2.1.1"
195
+ resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
196
+
245
197
  rimraf@^2.6.1:
246
198
  version "2.6.2"
247
199
  resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.6.2.tgz#2ed8150d24a16ea8651e6d6ef0f47c4158ce7a36"
248
200
  dependencies:
249
201
  glob "^7.0.5"
250
202
 
251
- supports-color@3.1.2:
252
- version "3.1.2"
253
- resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
203
+ source-map@~0.5.1:
204
+ version "0.5.7"
205
+ resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc"
206
+
207
+ supports-color@5.4.0:
208
+ version "5.4.0"
209
+ resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
254
210
  dependencies:
255
- has-flag "^1.0.0"
211
+ has-flag "^3.0.0"
256
212
 
257
- uglify-js@1.3.4:
258
- version "1.3.4"
259
- resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-1.3.4.tgz#282cec40db568798e0ec6d71d0c989d323f0636b"
213
+ uglify-es@3.0.22:
214
+ version "3.0.22"
215
+ resolved "https://registry.yarnpkg.com/uglify-es/-/uglify-es-3.0.22.tgz#62a2765e7737e97073f8ae73c7062131652425d8"
216
+ dependencies:
217
+ commander "~2.9.0"
218
+ source-map "~0.5.1"
260
219
 
261
220
  underscore@1.3.3:
262
221
  version "1.3.3"
263
222
  resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.3.3.tgz#47ac53683daf832bfa952e1774417da47817ae42"
264
223
 
224
+ uri-js@^4.2.2:
225
+ version "4.2.2"
226
+ resolved "https://registry.yarnpkg.com/uri-js/-/uri-js-4.2.2.tgz#94c540e1ff772956e2299507c010aea6c8838eb0"
227
+ dependencies:
228
+ punycode "^2.1.0"
229
+
265
230
  wordwrap@~0.0.2:
266
231
  version "0.0.3"
267
232
  resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
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.4.9
4
+ version: 2.5.0
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: 2018-05-11 00:00:00.000000000 Z
11
+ date: 2018-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -66,6 +66,20 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '5'
69
+ - !ruby/object:Gem::Dependency
70
+ name: adiwg-mdcodes
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 2.7.0
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 2.7.0
69
83
  description: JSON schemas for validating according to the the ADIwg project and data
70
84
  metadata standard. The schemas comply with JSON Schema draft version 4.
71
85
  email:
@@ -119,7 +133,9 @@ files:
119
133
  - examples/format.json
120
134
  - examples/funding.json
121
135
  - examples/geoJson.json
136
+ - examples/geodetic.json
122
137
  - examples/geographicExtent.json
138
+ - examples/geologicAge.json
123
139
  - examples/geometryCollection.json
124
140
  - examples/geometryFeature.json
125
141
  - examples/geometryObject.json
@@ -140,11 +156,14 @@ files:
140
156
  - examples/metadata.json
141
157
  - examples/metadataInfo.json
142
158
  - examples/metadataRepository.json
159
+ - examples/obliqueLinePoint.json
143
160
  - examples/onlineResource.json
144
161
  - examples/orderProcess.json
145
162
  - examples/party.json
146
163
  - examples/phone.json
147
164
  - examples/processStep.json
165
+ - examples/projection.json
166
+ - examples/referenceSystemParameterSet.json
148
167
  - examples/releasability.json
149
168
  - examples/resourceInfo.json
150
169
  - examples/resourceType.json
@@ -170,6 +189,7 @@ files:
170
189
  - examples/valueRange.json
171
190
  - examples/vectorObject.json
172
191
  - examples/vectorRepresentation.json
192
+ - examples/verticalDatum.json
173
193
  - examples/verticalExtent.json
174
194
  - examples/voucher.json
175
195
  - index.js
@@ -178,7 +198,6 @@ files:
178
198
  - lib/adiwg/mdjson_schemas/utils.rb
179
199
  - lib/adiwg/mdjson_schemas/validator.rb
180
200
  - lib/adiwg/mdjson_schemas/version.rb
181
- - package-lock.json
182
201
  - package.json
183
202
  - schema/additionalDocumentation.json
184
203
  - schema/associatedResource.json
@@ -199,8 +218,10 @@ files:
199
218
  - schema/extent.json
200
219
  - schema/format.json
201
220
  - schema/funding.json
221
+ - schema/geodetic.json
202
222
  - schema/geographicExtent.json
203
223
  - schema/geojson.json
224
+ - schema/geologicAge.json
204
225
  - schema/geometry.json
205
226
  - schema/georectifiedRepresentation.json
206
227
  - schema/georeferenceableRepresentation.json
@@ -219,6 +240,8 @@ files:
219
240
  - schema/metadataRepository.json
220
241
  - schema/onlineResource.json
221
242
  - schema/orderProcess.json
243
+ - schema/projection.json
244
+ - schema/referenceSystemParameterSet.json
222
245
  - schema/releasability.json
223
246
  - schema/resourceInfo.json
224
247
  - schema/resourceType.json
@@ -235,6 +258,7 @@ files:
235
258
  - schema/transferOption.json
236
259
  - schema/usage.json
237
260
  - schema/vectorRepresentation.json
261
+ - schema/verticalDatum.json
238
262
  - schema/verticalExtent.json
239
263
  - scripts/prepublish.js
240
264
  - test/draft-04.json
@@ -265,8 +289,10 @@ files:
265
289
  - test/tc_featureProperties.rb
266
290
  - test/tc_format.rb
267
291
  - test/tc_funding.rb
292
+ - test/tc_geodetic.rb
268
293
  - test/tc_geographicElement.rb
269
294
  - test/tc_geographicExtent.rb
295
+ - test/tc_geologicAge.rb
270
296
  - test/tc_geometryCollection.rb
271
297
  - test/tc_geometryFeature.rb
272
298
  - test/tc_geometryObject.rb
@@ -287,11 +313,14 @@ files:
287
313
  - test/tc_metadata.rb
288
314
  - test/tc_metadataInfo.rb
289
315
  - test/tc_metadataRepository.rb
316
+ - test/tc_obliqueLinePoint.rb
290
317
  - test/tc_onlineResource.rb
291
318
  - test/tc_orderProcess.rb
292
319
  - test/tc_party.rb
293
320
  - test/tc_phone.rb
294
321
  - test/tc_processStep.rb
322
+ - test/tc_projection.rb
323
+ - test/tc_referenceSystemParameterSet.rb
295
324
  - test/tc_releasability.rb
296
325
  - test/tc_resourceInfo.rb
297
326
  - test/tc_responsibility.rb
@@ -314,6 +343,7 @@ files:
314
343
  - test/tc_usage.rb
315
344
  - test/tc_vectorRepresentation.rb
316
345
  - test/tc_version.rb
346
+ - test/tc_verticalDatum.rb
317
347
  - test/tc_verticalExtent.rb
318
348
  - test/tc_voucher.rb
319
349
  - test/test.js
@@ -339,7 +369,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
369
  version: '0'
340
370
  requirements: []
341
371
  rubyforge_project:
342
- rubygems_version: 2.5.2
372
+ rubygems_version: 2.6.14.1
343
373
  signing_key:
344
374
  specification_version: 4
345
375
  summary: JSON schemas for the ADIwg metadata standard
@@ -372,8 +402,10 @@ test_files:
372
402
  - test/tc_featureProperties.rb
373
403
  - test/tc_format.rb
374
404
  - test/tc_funding.rb
405
+ - test/tc_geodetic.rb
375
406
  - test/tc_geographicElement.rb
376
407
  - test/tc_geographicExtent.rb
408
+ - test/tc_geologicAge.rb
377
409
  - test/tc_geometryCollection.rb
378
410
  - test/tc_geometryFeature.rb
379
411
  - test/tc_geometryObject.rb
@@ -394,11 +426,14 @@ test_files:
394
426
  - test/tc_metadata.rb
395
427
  - test/tc_metadataInfo.rb
396
428
  - test/tc_metadataRepository.rb
429
+ - test/tc_obliqueLinePoint.rb
397
430
  - test/tc_onlineResource.rb
398
431
  - test/tc_orderProcess.rb
399
432
  - test/tc_party.rb
400
433
  - test/tc_phone.rb
401
434
  - test/tc_processStep.rb
435
+ - test/tc_projection.rb
436
+ - test/tc_referenceSystemParameterSet.rb
402
437
  - test/tc_releasability.rb
403
438
  - test/tc_resourceInfo.rb
404
439
  - test/tc_responsibility.rb
@@ -421,6 +456,7 @@ test_files:
421
456
  - test/tc_usage.rb
422
457
  - test/tc_vectorRepresentation.rb
423
458
  - test/tc_version.rb
459
+ - test/tc_verticalDatum.rb
424
460
  - test/tc_verticalExtent.rb
425
461
  - test/tc_voucher.rb
426
462
  - test/test.js