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 +4 -4
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package.json +1 -1
- data/schema/contact.json +2 -0
- data/schema/schema.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 80b0bcfa7012417b10667ada714e696dde5c2f24
|
4
|
+
data.tar.gz: a0a16ce6cff445e0064807777ef41e5fad420815
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d482d0190f3f113bc6b4a215989a42f878dec2b741633a531a3de7937336b25998d986972d7bfdfb741e1503830f9b45a4567a07ce6fab8ef0e70d42ef464f64
|
7
|
+
data.tar.gz: a6b21acc293da2895165db3c30f7f9bcf23da10e0208f5f0403e6baa9d109c4543597f47ef64573053b2810b2185a40d9434de8bc9f4d82529735807ff571b1c
|
data/package.json
CHANGED
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
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.
|
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-
|
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.
|
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
|