adiwg-json_schemas 0.8.0 → 0.8.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91cda3123169b8fdb570a669fa0080c5149857e2
|
4
|
+
data.tar.gz: 524d97720f84c0b58f653cc6a6e82f3503c6120e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5aefbb21d0a55a14560311f07028510aceb81c868f2ef89cee8b00a5e760a43a2a4e3a11a2158d2594312697d6de2eaf10349ec8fe44a075bbf2eeec8ce4d8a7
|
7
|
+
data.tar.gz: 692c55846b0ed5f0d031e8ff6209aae0065ccc7777b69acc8f1a83a89255db019863b7d03834ecc83ab92d5bc30883be00684e6986cb4c36ea806ef63bc13ffb
|
data/examples/full_example.json
CHANGED
data/examples/full_example2.json
CHANGED
data/schema/schema/metadata.json
CHANGED
@@ -7,6 +7,7 @@
|
|
7
7
|
"additionalProperties": false,
|
8
8
|
"properties": {
|
9
9
|
"metadataInfo": {
|
10
|
+
"type": "object",
|
10
11
|
"required": ["metadataContact", "metadataCreationDate"],
|
11
12
|
"additionalProperties": false,
|
12
13
|
"properties": {
|
@@ -55,14 +56,12 @@
|
|
55
56
|
},
|
56
57
|
"distributionInfo": {
|
57
58
|
"type": "array",
|
58
|
-
"minItems": 1,
|
59
59
|
"items": {
|
60
60
|
"$ref": "distributor.json#"
|
61
61
|
}
|
62
62
|
},
|
63
63
|
"associatedResource": {
|
64
64
|
"type": "array",
|
65
|
-
"minItems": 1,
|
66
65
|
"items": {
|
67
66
|
"type": "object",
|
68
67
|
"required": ["associationType", "resourceType"],
|
@@ -86,7 +85,6 @@
|
|
86
85
|
"additionalDocumentation": {
|
87
86
|
"additionalProperties": false,
|
88
87
|
"type": "array",
|
89
|
-
"minItems": 1,
|
90
88
|
"items": {
|
91
89
|
"$ref": "citation.json#"
|
92
90
|
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adiwg-json_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
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: 2014-09-
|
11
|
+
date: 2014-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -163,3 +163,4 @@ summary: JSON schemas for the ADIwg metadata standard
|
|
163
163
|
test_files:
|
164
164
|
- test/tc_schemas.rb
|
165
165
|
- test/tc_utils.rb
|
166
|
+
has_rdoc:
|