adiwg-mdjson_schemas 2.0.0.pre.beta.7 → 2.0.0
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/schema/contact.json +6 -4
- data/schema/schema.json +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c1e4bcf17186756dde4448fe2d3cb565065c246a
|
4
|
+
data.tar.gz: e90bf8c1a191405ffacf5b301d6dea92a7dbd706
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95771b1d3227bfde7d4e2b689da25f957b6e6e90f8be3201013ab6548bfb02227e038aa57919dbbafba327a1200858d577619fe8a070e8a225e5f2abe87f3624
|
7
|
+
data.tar.gz: 604f3962890656673056fc74127e7cfdf8c865b94469ae93757f8d781031c3d9a1a8290db8e8345bb8f9d27fc4b88932491f6af5f1f8b19d49ed573cb390bd1f
|
data/schema/contact.json
CHANGED
@@ -123,25 +123,27 @@
|
|
123
123
|
}
|
124
124
|
},
|
125
125
|
"oneOf": [{
|
126
|
-
"
|
126
|
+
"title": "name is required for organization",
|
127
127
|
"required": ["name"],
|
128
128
|
"properties": {
|
129
129
|
"isOrganization": {
|
130
|
+
"title": "isOrganization is true",
|
130
131
|
"enum": [true]
|
131
132
|
}
|
132
133
|
}
|
133
134
|
}, {
|
134
|
-
"
|
135
|
+
"title": "name or positionName is required for individual",
|
135
136
|
"properties": {
|
136
137
|
"isOrganization": {
|
138
|
+
"title": "isOrganization is false",
|
137
139
|
"enum": [false]
|
138
140
|
}
|
139
141
|
},
|
140
142
|
"anyOf": [{
|
141
|
-
"
|
143
|
+
"title": "name is required",
|
142
144
|
"required": ["name"]
|
143
145
|
}, {
|
144
|
-
"
|
146
|
+
"title": "positionName is required",
|
145
147
|
"required": ["positionName"]
|
146
148
|
}]
|
147
149
|
}],
|
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.0.0
|
4
|
+
version: 2.0.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: 2017-03-
|
11
|
+
date: 2017-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -319,9 +319,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
319
319
|
version: '0'
|
320
320
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
321
321
|
requirements:
|
322
|
-
- - "
|
322
|
+
- - ">="
|
323
323
|
- !ruby/object:Gem::Version
|
324
|
-
version:
|
324
|
+
version: '0'
|
325
325
|
requirements: []
|
326
326
|
rubyforge_project:
|
327
327
|
rubygems_version: 2.5.2
|