adiwg-mdjson_schemas 2.4.3 → 2.4.4

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: 02b1060ef5b837eb5eb727143ae0e2fefe875b91
4
- data.tar.gz: ccab774e130e1deda2419b79e0f707596a7a7dff
3
+ metadata.gz: 80b0bcfa7012417b10667ada714e696dde5c2f24
4
+ data.tar.gz: a0a16ce6cff445e0064807777ef41e5fad420815
5
5
  SHA512:
6
- metadata.gz: 8b4b021f94d125734c6b3f40c907944eb224674736100836a7d49ea34d53f6abda9dba7177db585bc731bb0ab331a2f9929ab35268ef4acf6485415cd6ba62cf
7
- data.tar.gz: e6f6af8ec0e2cdb635457b5faa106878cc784d58ada1e244decc06104234c173e6ae4be45f5d0819e6711e4fd44ba93cbf5cea4484c20c9f4cfd984e44187757
6
+ metadata.gz: d482d0190f3f113bc6b4a215989a42f878dec2b741633a531a3de7937336b25998d986972d7bfdfb741e1503830f9b45a4567a07ce6fab8ef0e70d42ef464f64
7
+ data.tar.gz: a6b21acc293da2895165db3c30f7f9bcf23da10e0208f5f0403e6baa9d109c4543597f47ef64573053b2810b2185a40d9434de8bc9f4d82529735807ff571b1c
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.4.3"
4
+ VERSION = "2.4.4"
5
5
  end
6
6
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdjson-schemas",
3
- "version": "2.4.3",
3
+ "version": "2.4.4",
4
4
  "description": "JSON schemas, examples, and templates for ADIwg metadata standards",
5
5
  "main": "index.js",
6
6
  "directories": {
data/schema/contact.json CHANGED
@@ -187,11 +187,13 @@
187
187
  ],
188
188
  "FGDC CSDGM": ["cntinfo > cntaddr"]
189
189
  },
190
+ "required": ["addressType"],
190
191
  "properties": {
191
192
  "addressType": {
192
193
  "type": "array",
193
194
  "description": "The type of address, usually mailing and/or physical.",
194
195
  "translation": {},
196
+ "minItems": 1,
195
197
  "items": {
196
198
  "type": "string"
197
199
  }
data/schema/schema.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.4.3",
4
+ "version": "2.4.4",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
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.3
4
+ version: 2.4.4
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-02-03 00:00:00.000000000 Z
11
+ date: 2018-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -339,7 +339,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
339
339
  version: '0'
340
340
  requirements: []
341
341
  rubyforge_project:
342
- rubygems_version: 2.6.8
342
+ rubygems_version: 2.5.2
343
343
  signing_key:
344
344
  specification_version: 4
345
345
  summary: JSON schemas for the ADIwg metadata standard